Shades of Celadon #99F2AD
Tints of Celadon #99F2AD
RGB
CMYK
RGB Variations
Color information
#99F2AD (or 0x99F2AD) is known color: Celadon. HEX triplet: 99, F2 and AD. RGB value is (153,242,173). Sum of RGB (Red+Green+Blue) = 153+242+173=568 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.94% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #99F2AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99F2AD is #660D52. Grayscale: #CFCFCF. Windows color (decimal): -6688083 or 11399833. OLE color: 11399833.
HSL color Cylindrical-coordinate representation of color #99F2AD: hue angle of 133.48º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99F2AD is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 242 | 173 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.05 |
| HSL | 133.48º | 0.77% | 0.77% | - |
| HSV(B) | 133.48º | 0.37% | 0.95% | - |
| XYZ | 52.43 | 73.29 | 50.92 | - |
| YUV | 207.52 | 108.51 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 242 | 173 | 0.37 | 0 | 0.29 | 0.05 | 133.48 | 0.77 | 0.77 |
| Hex | 99 | F2 | AD | 25 | 0 | 1D | 5 | 85 | 4D | 4D |
| Octal | 231 | 362 | 255 | 45 | 0 | 35 | 5 | 205 | 115 | 115 |
| Binary | 10011001 | 11110010 | 10101101 | 100101 | 0 | 11101 | 101 | 10000101 | 1001101 | 1001101 |
Color Harmonies of #99F2AD
Complementary color
Monochromatic Colors of #99F2AD
Black with #99F2AD
Text Example
Text Example
White with #99F2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F2AD; }
p { color: rgb(153,242,173); }
H1.HeaderClassName
{
color: #99F2AD;
}
.AnyTagClassName
{
color: #99F2AD;
}
</style>
background-color css
<style>
a { background-color: #99F2AD; }
a { background-color: rgb(153,242,173); }
div.DivClassName
{
background-color: #99F2AD;
}
.BgClassName
{
background-color: #99F2AD;
}
</style>
border-color css
<style>
span { border-color: #99F2AD; }
span { border-color: rgb(153,242,173); }
td.TdClassName
{
border-color: #99F2AD;
}
.TagClassName
{
border-color: #99F2AD;
}
</style>