#8ee349

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

Shades of Atlantis #8EE349

Tints of Atlantis #8EE349

Color information

#8EE349 (or 0x8EE349) is unknown color: approx Atlantis. HEX triplet: 8E, E3 and 49. RGB value is (142,227,73). Sum of RGB (Red+Green+Blue) = 142+227+73=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 227 (89.06% from 255 or 51.36% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 227 - color contains mainly: green. Hex color #8EE349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE349 is #711CB6. Grayscale: #B8B8B8. Windows color (decimal): -7412919 or 4842382. OLE color: 4842382.

HSL color Cylindrical-coordinate representation of color #8EE349: hue angle of 93.12º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8EE349 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB14222773-
CMYK0.3700.680.11
HSL93.12º73.33%58.82%-
HSV(B)93.12º67.84%89.02%-
XYZ39.8361.1716.01-
YUV184.0365.3498.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.13%
GREEN value IS 227 (89.06% from 255) = 51.36%
BLUE value IS 73 (28.91% from 255) = 16.52%
R=32.13%
G=51.36%
B=16.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal142227730.3700.680.1193.1273.3358.82
Hex8EE34925044B5d493b
Octal2163431114501041313511173
Binary1000111011100011100100110010101000100101110111011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ee349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,227,73); }

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

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

 a { background-color: rgb(142,227,73); }

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

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

 span { border-color: rgb(142,227,73); }

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