#9DE8A8

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

Shades of Celadon #9DE8A8

Tints of Celadon #9DE8A8

Color information

#9DE8A8 (or 0x9DE8A8) is unknown color: approx Celadon. HEX triplet: 9D, E8 and A8. RGB value is (157,232,168). Sum of RGB (Red+Green+Blue) = 157+232+168=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 232 (91.02% from 255 or 41.65% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 232 - color contains mainly: green. Hex color #9DE8A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DE8A8 is #621757. Grayscale: #CACACA. Windows color (decimal): -6428504 or 11069597. OLE color: 11069597.

HSL color Cylindrical-coordinate representation of color #9DE8A8: hue angle of 128.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 #9DE8A8 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB157232168-
CMYK0.3200.280.09
HSL128.8º61.98%76.27%-
HSV(B)128.8º32.33%90.98%-
XYZ49.8367.7147.49-
YUV202.28108.6595.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.19%
GREEN value IS 232 (91.02% from 255) = 41.65%
BLUE value IS 168 (66.02% from 255) = 30.16%
R=28.19%
G=41.65%
B=30.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572321680.3200.280.09128.861.9876.27
Hex9DE8A82001C9813e4c
Octal235350250400341120176114
Binary1001110111101000101010001000000111001001100000011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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