#8CEF49

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

Shades of Atlantis #8CEF49

Tints of Atlantis #8CEF49

Color information

#8CEF49 (or 0x8CEF49) is unknown color: approx Atlantis. HEX triplet: 8C, EF and 49. RGB value is (140,239,73). Sum of RGB (Red+Green+Blue) = 140+239+73=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 239 (93.75% from 255 or 52.88% from 452); Blue value is 73 (28.91% from 255 or 16.15% from 452); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEF49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEF49 is #7310B6. Grayscale: #BFBFBF. Windows color (decimal): -7540919 or 4845452. OLE color: 4845452.

HSL color Cylindrical-coordinate representation of color #8CEF49: hue angle of 95.78º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CEF49 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB14023973-
CMYK0.4100.690.06
HSL95.78º83.84%61.18%-
HSV(B)95.78º69.46%93.73%-
XYZ42.8867.7917.13-
YUV190.4761.792-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.97%
GREEN value IS 239 (93.75% from 255) = 52.88%
BLUE value IS 73 (28.91% from 255) = 16.15%
R=30.97%
G=52.88%
B=16.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal140239730.4100.690.0695.7883.8461.18
Hex8CEF4929045660543d
Octal214357111510105614012475
Binary100011001110111110010011010010100010111011000001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,239,73); }

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

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

 a { background-color: rgb(140,239,73); }

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

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

 span { border-color: rgb(140,239,73); }

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