Shades of Celadon #9DF0AA
Tints of Celadon #9DF0AA
RGB
CMYK
RGB Variations
Color information
#9DF0AA (or 0x9DF0AA) is known color: Celadon. HEX triplet: 9D, F0 and AA. RGB value is (157,240,170). Sum of RGB (Red+Green+Blue) = 157+240+170=567 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.69% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF0AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF0AA is #620F55. Grayscale: #CFCFCF. Windows color (decimal): -6426454 or 11202717. OLE color: 11202717.
HSL color Cylindrical-coordinate representation of color #9DF0AA: hue angle of 129.4º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF0AA is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 240 | 170 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.06 |
| HSL | 129.4º | 0.73% | 0.78% | - |
| HSV(B) | 129.4º | 0.35% | 0.94% | - |
| XYZ | 52.32 | 72.39 | 49.25 | - |
| YUV | 207.2 | 107 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 240 | 170 | 0.35 | 0 | 0.29 | 0.06 | 129.4 | 0.73 | 0.78 |
| Hex | 9D | F0 | AA | 23 | 0 | 1D | 6 | 81 | 49 | 4E |
| Octal | 235 | 360 | 252 | 43 | 0 | 35 | 6 | 201 | 111 | 116 |
| Binary | 10011101 | 11110000 | 10101010 | 100011 | 0 | 11101 | 110 | 10000001 | 1001001 | 1001110 |
Color Harmonies of #9DF0AA
Complementary color
Monochromatic Colors of #9DF0AA
Black with #9DF0AA
Text Example
Text Example
White with #9DF0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF0AA; }
p { color: rgb(157,240,170); }
H1.HeaderClassName
{
color: #9DF0AA;
}
.AnyTagClassName
{
color: #9DF0AA;
}
</style>
background-color css
<style>
a { background-color: #9DF0AA; }
a { background-color: rgb(157,240,170); }
div.DivClassName
{
background-color: #9DF0AA;
}
.BgClassName
{
background-color: #9DF0AA;
}
</style>
border-color css
<style>
span { border-color: #9DF0AA; }
span { border-color: rgb(157,240,170); }
td.TdClassName
{
border-color: #9DF0AA;
}
.TagClassName
{
border-color: #9DF0AA;
}
</style>