#9ED239

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

Shades of Atlantis #9ED239

Tints of Atlantis #9ED239

Color information

#9ED239 (or 0x9ED239) is unknown color: approx Atlantis. HEX triplet: 9E, D2 and 39. RGB value is (158,210,57). Sum of RGB (Red+Green+Blue) = 158+210+57=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED239 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED239 is #612DC6. Grayscale: #B1B1B1. Windows color (decimal): -6368711 or 3789470. OLE color: 3789470.

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

Color convert

RGB15821057-
CMYK0.2500.730.18
HSL80.39º62.96%52.35%-
HSV(B)80.39º72.86%82.35%-
XYZ37.8953.6612.23-
YUV177.0160.27114.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.18%
GREEN value IS 210 (82.42% from 255) = 49.41%
BLUE value IS 57 (22.66% from 255) = 13.41%
R=37.18%
G=49.41%
B=13.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal158210570.2500.730.1880.3962.9652.35
Hex9ED2391904912503f34
Octal23632271310111221207764
Binary10011110110100101110011100101001001100101010000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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