#8EC33E

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

Shades of Atlantis #8EC33E

Tints of Atlantis #8EC33E

Color information

#8EC33E (or 0x8EC33E) is unknown color: approx Atlantis. HEX triplet: 8E, C3 and 3E. RGB value is (142,195,62). Sum of RGB (Red+Green+Blue) = 142+195+62=399 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.59% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC33E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC33E is #713CC1. Grayscale: #A4A4A4. Windows color (decimal): -7421122 or 4113294. OLE color: 4113294.

HSL color Cylindrical-coordinate representation of color #8EC33E: hue angle of 83.91º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8EC33E is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB14219562-
CMYK0.2700.680.24
HSL83.91º52.57%50.39%-
HSV(B)83.91º68.21%76.47%-
XYZ31.5445.1311.61-
YUV163.9970.44112.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.59%
GREEN value IS 195 (76.56% from 255) = 48.87%
BLUE value IS 62 (24.61% from 255) = 15.54%
R=35.59%
G=48.87%
B=15.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal142195620.2700.680.2483.9152.5750.39
Hex8EC33E1B04418543532
Octal21630376330104301246562
Binary10001110110000111111101101101000100110001010100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,195,62); }

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

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

 a { background-color: rgb(142,195,62); }

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

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

 span { border-color: rgb(142,195,62); }

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