Shades of Celadon #9FF2AF
Tints of Celadon #9FF2AF
RGB
CMYK
RGB Variations
Color information
#9FF2AF (or 0x9FF2AF) is known color: Celadon. HEX triplet: 9F, F2 and AF. RGB value is (159,242,175). Sum of RGB (Red+Green+Blue) = 159+242+175=576 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.60% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF2AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FF2AF is #600D50. Grayscale: #D1D1D1. Windows color (decimal): -6294865 or 11530911. OLE color: 11530911.
HSL color Cylindrical-coordinate representation of color #9FF2AF: hue angle of 131.57º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF2AF is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 175 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.05 |
| HSL | 131.57º | 0.76% | 0.79% | - |
| HSV(B) | 131.57º | 0.34% | 0.95% | - |
| XYZ | 53.79 | 73.97 | 52 | - |
| YUV | 209.55 | 108.5 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 175 | 0.34 | 0 | 0.28 | 0.05 | 131.57 | 0.76 | 0.79 |
| Hex | 9F | F2 | AF | 22 | 0 | 1C | 5 | 84 | 4C | 4F |
| Octal | 237 | 362 | 257 | 42 | 0 | 34 | 5 | 204 | 114 | 117 |
| Binary | 10011111 | 11110010 | 10101111 | 100010 | 0 | 11100 | 101 | 10000100 | 1001100 | 1001111 |
Color Harmonies of #9FF2AF
Complementary color
Monochromatic Colors of #9FF2AF
Black with #9FF2AF
Text Example
Text Example
White with #9FF2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF2AF; }
p { color: rgb(159,242,175); }
H1.HeaderClassName
{
color: #9FF2AF;
}
.AnyTagClassName
{
color: #9FF2AF;
}
</style>
background-color css
<style>
a { background-color: #9FF2AF; }
a { background-color: rgb(159,242,175); }
div.DivClassName
{
background-color: #9FF2AF;
}
.BgClassName
{
background-color: #9FF2AF;
}
</style>
border-color css
<style>
span { border-color: #9FF2AF; }
span { border-color: rgb(159,242,175); }
td.TdClassName
{
border-color: #9FF2AF;
}
.TagClassName
{
border-color: #9FF2AF;
}
</style>