#9DE9AE

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

Shades of Celadon #9DE9AE

Tints of Celadon #9DE9AE

Color information

#9DE9AE (or 0x9DE9AE) is unknown color: approx Celadon. HEX triplet: 9D, E9 and AE. RGB value is (157,233,174). Sum of RGB (Red+Green+Blue) = 157+233+174=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE9AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DE9AE is #621651. Grayscale: #CBCBCB. Windows color (decimal): -6428242 or 11463069. OLE color: 11463069.

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

Color convert

RGB157233174-
CMYK0.3300.250.09
HSL133.42º63.33%76.47%-
HSV(B)133.42º32.62%91.37%-
XYZ50.6868.550.6-
YUV203.55111.3294.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.84%
GREEN value IS 233 (91.41% from 255) = 41.31%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=27.84%
G=41.31%
B=30.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572331740.3300.250.09133.4263.3376.47
Hex9DE9AE210199853f4c
Octal235351256410311120577114
Binary1001110111101001101011101000010110011001100001011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,233,174); }

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

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

 a { background-color: rgb(157,233,174); }

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

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

 span { border-color: rgb(157,233,174); }

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