#8EEA33

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

Shades of Atlantis #8EEA33

Tints of Atlantis #8EEA33

Color information

#8EEA33 (or 0x8EEA33) is unknown color: approx Atlantis. HEX triplet: 8E, EA and 33. RGB value is (142,234,51). Sum of RGB (Red+Green+Blue) = 142+234+51=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 234 (91.80% from 255 or 54.80% from 427); Blue value is 51 (20.31% from 255 or 11.94% from 427); Max value from RGB is 234 - color contains mainly: green. Hex color #8EEA33 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EEA33 is #7115CC. Grayscale: #BABABA. Windows color (decimal): -7411149 or 3402382. OLE color: 3402382.

HSL color Cylindrical-coordinate representation of color #8EEA33: hue angle of 90.16º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8EEA33 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB14223451-
CMYK0.3900.780.08
HSL90.16º81.33%55.88%-
HSV(B)90.16º78.21%91.76%-
XYZ41.1864.8413.48-
YUV185.6352.0296.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.26%
GREEN value IS 234 (91.80% from 255) = 54.80%
BLUE value IS 51 (20.31% from 255) = 11.94%
R=33.26%
G=54.80%
B=11.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal142234510.3900.780.0890.1681.3355.88
Hex8EEA332704E85a5138
Octal216352634701161013212170
Binary100011101110101011001110011101001110100010110101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,234,51); }

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

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

 a { background-color: rgb(142,234,51); }

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

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

 span { border-color: rgb(142,234,51); }

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