#9ED24B

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

Shades of Atlantis #9ED24B

Tints of Atlantis #9ED24B

Color information

#9ED24B (or 0x9ED24B) is unknown color: approx Atlantis. HEX triplet: 9E, D2 and 4B. RGB value is (158,210,75). Sum of RGB (Red+Green+Blue) = 158+210+75=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED24B is #612DB4. Grayscale: #B3B3B3. Windows color (decimal): -6368693 or 4969118. OLE color: 4969118.

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

Color convert

RGB15821075-
CMYK0.2500.640.18
HSL83.11º60%55.88%-
HSV(B)83.11º64.29%82.35%-
XYZ38.4253.8715.03-
YUV179.0669.27112.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.67%
GREEN value IS 210 (82.42% from 255) = 47.40%
BLUE value IS 75 (29.69% from 255) = 16.93%
R=35.67%
G=47.40%
B=16.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal158210750.2500.640.1883.116055.88
Hex9ED24B1904012533c38
Octal236322113310100221237470
Binary100111101101001010010111100101000000100101010011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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