#8EE33B

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

Shades of Atlantis #8EE33B

Tints of Atlantis #8EE33B

Color information

#8EE33B (or 0x8EE33B) is unknown color: approx Atlantis. HEX triplet: 8E, E3 and 3B. RGB value is (142,227,59). Sum of RGB (Red+Green+Blue) = 142+227+59=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 227 (89.06% from 255 or 53.04% from 428); Blue value is 59 (23.44% from 255 or 13.79% from 428); Max value from RGB is 227 - color contains mainly: green. Hex color #8EE33B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE33B is #711CC4. Grayscale: #B7B7B7. Windows color (decimal): -7412933 or 3924878. OLE color: 3924878.

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

Color convert

RGB14222759-
CMYK0.3700.740.11
HSL90.36º75%56.08%-
HSV(B)90.36º74.01%89.02%-
XYZ39.416113.84-
YUV182.4358.3499.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.18%
GREEN value IS 227 (89.06% from 255) = 53.04%
BLUE value IS 59 (23.44% from 255) = 13.79%
R=33.18%
G=53.04%
B=13.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal142227590.3700.740.1190.367556.08
Hex8EE33B2504AB5a4b38
Octal216343734501121313211370
Binary100011101110001111101110010101001010101110110101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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