#9EEDAA

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

Shades of Celadon #9EEDAA

Tints of Celadon #9EEDAA

Color information

#9EEDAA (or 0x9EEDAA) is unknown color: approx Celadon. HEX triplet: 9E, ED and AA. RGB value is (158,237,170). Sum of RGB (Red+Green+Blue) = 158+237+170=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEDAA is #611255. Grayscale: #CDCDCD. Windows color (decimal): -6361686 or 11201950. OLE color: 11201950.

HSL color Cylindrical-coordinate representation of color #9EEDAA: hue angle of 129.11º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEDAA is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB158237170-
CMYK0.3300.280.07
HSL129.11º68.7%77.45%-
HSV(B)129.11º33.33%92.94%-
XYZ51.6470.7448.96-
YUV205.74107.8393.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.96%
GREEN value IS 237 (92.97% from 255) = 41.95%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=27.96%
G=41.95%
B=30.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582371700.3300.280.07129.1168.777.45
Hex9EEDAA2101C781454d
Octal236355252410347201105115
Binary1001111011101101101010101000010111001111000000110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,237,170); }

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

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

 a { background-color: rgb(158,237,170); }

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

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

 span { border-color: rgb(158,237,170); }

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