#9ED24E

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

Shades of Atlantis #9ED24E

Tints of Atlantis #9ED24E

Color information

#9ED24E (or 0x9ED24E) is unknown color: approx Atlantis. HEX triplet: 9E, D2 and 4E. RGB value is (158,210,78). Sum of RGB (Red+Green+Blue) = 158+210+78=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED24E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED24E is #612DB1. Grayscale: #B3B3B3. Windows color (decimal): -6368690 or 5165726. OLE color: 5165726.

HSL color Cylindrical-coordinate representation of color #9ED24E: hue angle of 83.64º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9ED24E is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB15821078-
CMYK0.2500.630.18
HSL83.64º59.46%56.47%-
HSV(B)83.64º62.86%82.35%-
XYZ38.5253.9115.58-
YUV179.470.77112.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.43%
GREEN value IS 210 (82.42% from 255) = 47.09%
BLUE value IS 78 (30.86% from 255) = 17.49%
R=35.43%
G=47.09%
B=17.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal158210780.2500.630.1883.6459.4656.47
Hex9ED24E1903F12543b38
Octal23632211631077221247370
Binary10011110110100101001110110010111111100101010100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ED24E; }

 p { color: rgb(158,210,78); }

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

<style>
 a { background-color: #9ED24E; }

 a { background-color: rgb(158,210,78); }

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

<style>
 span { border-color: #9ED24E; }

 span { border-color: rgb(158,210,78); }

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