#9DE9AA

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

Shades of Celadon #9DE9AA

Tints of Celadon #9DE9AA

Color information

#9DE9AA (or 0x9DE9AA) is unknown color: approx Celadon. HEX triplet: 9D, E9 and AA. RGB value is (157,233,170). Sum of RGB (Red+Green+Blue) = 157+233+170=560 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.04% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE9AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DE9AA is #621655. Grayscale: #CBCBCB. Windows color (decimal): -6428246 or 11200925. OLE color: 11200925.

HSL color Cylindrical-coordinate representation of color #9DE9AA: hue angle of 130.26º 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 #9DE9AA is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB157233170-
CMYK0.3300.270.09
HSL130.26º63.33%76.47%-
HSV(B)130.26º32.62%91.37%-
XYZ50.368.3548.57-
YUV203.09109.3295.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.04%
GREEN value IS 233 (91.41% from 255) = 41.61%
BLUE value IS 170 (66.80% from 255) = 30.36%
R=28.04%
G=41.61%
B=30.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572331700.3300.270.09130.2663.3376.47
Hex9DE9AA2101B9823f4c
Octal235351252410331120277114
Binary1001110111101001101010101000010110111001100000101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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