Shades of Celadon #9DEDAA
Tints of Celadon #9DEDAA
RGB
CMYK
RGB Variations
Color information
#9DEDAA (or 0x9DEDAA) is known color: Celadon. HEX triplet: 9D, ED and AA. RGB value is (157,237,170). Sum of RGB (Red+Green+Blue) = 157+237+170=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEDAA is #621255. Grayscale: #CDCDCD. Windows color (decimal): -6427222 or 11201949. OLE color: 11201949.
HSL color Cylindrical-coordinate representation of color #9DEDAA: hue angle of 129.75º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEDAA is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 170 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.07 |
| HSL | 129.75º | 0.69% | 0.77% | - |
| HSV(B) | 129.75º | 0.34% | 0.93% | - |
| XYZ | 51.44 | 70.64 | 48.95 | - |
| YUV | 205.44 | 108 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 170 | 0.34 | 0 | 0.28 | 0.07 | 129.75 | 0.69 | 0.77 |
| Hex | 9D | ED | AA | 22 | 0 | 1C | 7 | 82 | 45 | 4D |
| Octal | 235 | 355 | 252 | 42 | 0 | 34 | 7 | 202 | 105 | 115 |
| Binary | 10011101 | 11101101 | 10101010 | 100010 | 0 | 11100 | 111 | 10000010 | 1000101 | 1001101 |
Color Harmonies of #9DEDAA
Complementary color
Monochromatic Colors of #9DEDAA
Black with #9DEDAA
Text Example
Text Example
White with #9DEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDAA; }
p { color: rgb(157,237,170); }
H1.HeaderClassName
{
color: #9DEDAA;
}
.AnyTagClassName
{
color: #9DEDAA;
}
</style>
background-color css
<style>
a { background-color: #9DEDAA; }
a { background-color: rgb(157,237,170); }
div.DivClassName
{
background-color: #9DEDAA;
}
.BgClassName
{
background-color: #9DEDAA;
}
</style>
border-color css
<style>
span { border-color: #9DEDAA; }
span { border-color: rgb(157,237,170); }
td.TdClassName
{
border-color: #9DEDAA;
}
.TagClassName
{
border-color: #9DEDAA;
}
</style>