#8bcd44

Color #8BCD44 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #8BCD44

Tints of Atlantis #8BCD44

Color information

#8BCD44 (or 0x8BCD44) is unknown color: approx Atlantis. HEX triplet: 8B, CD and 44. RGB value is (139,205,68). Sum of RGB (Red+Green+Blue) = 139+205+68=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCD44 is #7432BB. Grayscale: #AAAAAA. Windows color (decimal): -7615164 or 4509067. OLE color: 4509067.

HSL color Cylindrical-coordinate representation of color #8BCD44: hue angle of 88.91º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BCD44 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB13920568-
CMYK0.3200.670.20
HSL88.91º57.81%53.53%-
HSV(B)88.91º66.83%80.39%-
XYZ33.5249.5713.27-
YUV169.6570.63106.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 33.74%
GREEN value IS 205 (80.47% from 255) = 49.76%
BLUE value IS 68 (26.95% from 255) = 16.50%
R=33.74%
G=49.76%
B=16.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal139205680.3200.670.2088.9157.8153.53
Hex8BCD442004314593a36
Octal213315104400103241317266
Binary1000101111001101100010010000001000011101001011001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8bcd44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8bcd44; }

 p { color: rgb(139,205,68); }

 H1.HeaderClassName
 {
   color: #8bcd44;
 }
 .AnyTagClassName
 {
   color: #8bcd44;
 }
</style>
background-color css

<style>
 a { background-color: #8bcd44; }

 a { background-color: rgb(139,205,68); }

 div.DivClassName
 {
   background-color: #8bcd44;
 }
 .BgClassName
 {
   background-color: #8bcd44;
 }
</style>
border-color css

<style>
 span { border-color: #8bcd44; }

 span { border-color: rgb(139,205,68); }

 td.TdClassName
 {
   border-color: #8bcd44;
 }
 .TagClassName
 {
   border-color: #8bcd44;
 }
</style>