#9DE8AD

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

Shades of Celadon #9DE8AD

Tints of Celadon #9DE8AD

Color information

#9DE8AD (or 0x9DE8AD) is unknown color: approx Celadon. HEX triplet: 9D, E8 and AD. RGB value is (157,232,173). Sum of RGB (Red+Green+Blue) = 157+232+173=562 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.94% from 562); Green value is 232 (91.02% from 255 or 41.28% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 232 - color contains mainly: green. Hex color #9DE8AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DE8AD is #621752. Grayscale: #CBCBCB. Windows color (decimal): -6428499 or 11397277. OLE color: 11397277.

HSL color Cylindrical-coordinate representation of color #9DE8AD: hue angle of 132.8º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DE8AD is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB157232173-
CMYK0.3200.250.09
HSL132.8º61.98%76.27%-
HSV(B)132.8º32.33%90.98%-
XYZ50.367.949.99-
YUV202.85111.1595.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.94%
GREEN value IS 232 (91.02% from 255) = 41.28%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=27.94%
G=41.28%
B=30.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572321730.3200.250.09132.861.9876.27
Hex9DE8AD200199853e4c
Octal235350255400311120576114
Binary1001110111101000101011011000000110011001100001011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,232,173); }

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

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

 a { background-color: rgb(157,232,173); }

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

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

 span { border-color: rgb(157,232,173); }

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