#8BD249

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

Shades of Atlantis #8BD249

Tints of Atlantis #8BD249

Color information

#8BD249 (or 0x8BD249) is unknown color: approx Atlantis. HEX triplet: 8B, D2 and 49. RGB value is (139,210,73). Sum of RGB (Red+Green+Blue) = 139+210+73=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #8BD249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD249 is #742DB6. Grayscale: #ADADAD. Windows color (decimal): -7613879 or 4838027. OLE color: 4838027.

HSL color Cylindrical-coordinate representation of color #8BD249: hue angle of 91.09º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8BD249 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB13921073-
CMYK0.3400.650.18
HSL91.09º60.35%55.49%-
HSV(B)91.09º65.24%82.35%-
XYZ34.952.0614.51-
YUV173.1571.48103.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.94%
GREEN value IS 210 (82.42% from 255) = 49.76%
BLUE value IS 73 (28.91% from 255) = 17.30%
R=32.94%
G=49.76%
B=17.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal139210730.3400.650.1891.0960.3555.49
Hex8BD24922041125b3c37
Octal213322111420101221337467
Binary1000101111010010100100110001001000001100101011011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,210,73); }

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

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

 a { background-color: rgb(139,210,73); }

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

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

 span { border-color: rgb(139,210,73); }

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