#8ECB48

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

Shades of Atlantis #8ECB48

Tints of Atlantis #8ECB48

Color information

#8ECB48 (or 0x8ECB48) is unknown color: approx Atlantis. HEX triplet: 8E, CB and 48. RGB value is (142,203,72). Sum of RGB (Red+Green+Blue) = 142+203+72=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #8ECB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECB48 is #7134B7. Grayscale: #AAAAAA. Windows color (decimal): -7419064 or 4770702. OLE color: 4770702.

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

Color convert

RGB14220372-
CMYK0.3000.650.20
HSL87.94º55.74%53.92%-
HSV(B)87.94º64.53%79.61%-
XYZ33.6848.9313.8-
YUV169.8372.79108.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 203 (79.69% from 255) = 48.68%
BLUE value IS 72 (28.52% from 255) = 17.27%
R=34.05%
G=48.68%
B=17.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal142203720.3000.650.2087.9455.7453.92
Hex8ECB481E04114583836
Octal216313110360101241307066
Binary100011101100101110010001111001000001101001011000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,203,72); }

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

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

 a { background-color: rgb(142,203,72); }

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

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

 span { border-color: rgb(142,203,72); }

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