Shades of Celadon #9FE8AB
Tints of Celadon #9FE8AB
RGB
CMYK
RGB Variations
Color information
#9FE8AB (or 0x9FE8AB) is known color: Celadon. HEX triplet: 9F, E8 and AB. RGB value is (159,232,171). Sum of RGB (Red+Green+Blue) = 159+232+171=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 232 (91.02% from 255 or 41.28% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 232 - color contains mainly: green. Hex color #9FE8AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FE8AB is #601754. Grayscale: #CBCBCB. Windows color (decimal): -6297429 or 11266207. OLE color: 11266207.
HSL color Cylindrical-coordinate representation of color #9FE8AB: hue angle of 129.86º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE8AB is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 232 | 171 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.09 |
| HSL | 129.86º | 0.61% | 0.77% | - |
| HSV(B) | 129.86º | 0.31% | 0.91% | - |
| XYZ | 50.51 | 68.02 | 49 | - |
| YUV | 203.22 | 109.82 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 232 | 171 | 0.31 | 0 | 0.26 | 0.09 | 129.86 | 0.61 | 0.77 |
| Hex | 9F | E8 | AB | 1F | 0 | 1A | 9 | 82 | 3D | 4D |
| Octal | 237 | 350 | 253 | 37 | 0 | 32 | 11 | 202 | 75 | 115 |
| Binary | 10011111 | 11101000 | 10101011 | 11111 | 0 | 11010 | 1001 | 10000010 | 111101 | 1001101 |
Color Harmonies of #9FE8AB
Complementary color
Monochromatic Colors of #9FE8AB
Black with #9FE8AB
Text Example
Text Example
White with #9FE8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE8AB; }
p { color: rgb(159,232,171); }
H1.HeaderClassName
{
color: #9FE8AB;
}
.AnyTagClassName
{
color: #9FE8AB;
}
</style>
background-color css
<style>
a { background-color: #9FE8AB; }
a { background-color: rgb(159,232,171); }
div.DivClassName
{
background-color: #9FE8AB;
}
.BgClassName
{
background-color: #9FE8AB;
}
</style>
border-color css
<style>
span { border-color: #9FE8AB; }
span { border-color: rgb(159,232,171); }
td.TdClassName
{
border-color: #9FE8AB;
}
.TagClassName
{
border-color: #9FE8AB;
}
</style>