Shades of Celadon #9FE4AB
Tints of Celadon #9FE4AB
RGB
CMYK
RGB Variations
Color information
#9FE4AB (or 0x9FE4AB) is known color: Celadon. HEX triplet: 9F, E4 and AB. RGB value is (159,228,171). Sum of RGB (Red+Green+Blue) = 159+228+171=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 228 (89.45% from 255 or 40.86% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE4AB is #601B54. Grayscale: #C9C9C9. Windows color (decimal): -6298453 or 11265183. OLE color: 11265183.
HSL color Cylindrical-coordinate representation of color #9FE4AB: hue angle of 130.43º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FE4AB is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 171 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.11 |
| HSL | 130.43º | 0.56% | 0.76% | - |
| HSV(B) | 130.43º | 0.3% | 0.89% | - |
| XYZ | 49.39 | 65.8 | 48.63 | - |
| YUV | 200.87 | 111.14 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 171 | 0.30 | 0 | 0.25 | 0.11 | 130.43 | 0.56 | 0.76 |
| Hex | 9F | E4 | AB | 1E | 0 | 19 | B | 82 | 38 | 4C |
| Octal | 237 | 344 | 253 | 36 | 0 | 31 | 13 | 202 | 70 | 114 |
| Binary | 10011111 | 11100100 | 10101011 | 11110 | 0 | 11001 | 1011 | 10000010 | 111000 | 1001100 |
Color Harmonies of #9FE4AB
Complementary color
Monochromatic Colors of #9FE4AB
Black with #9FE4AB
Text Example
Text Example
White with #9FE4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE4AB; }
p { color: rgb(159,228,171); }
H1.HeaderClassName
{
color: #9FE4AB;
}
.AnyTagClassName
{
color: #9FE4AB;
}
</style>
background-color css
<style>
a { background-color: #9FE4AB; }
a { background-color: rgb(159,228,171); }
div.DivClassName
{
background-color: #9FE4AB;
}
.BgClassName
{
background-color: #9FE4AB;
}
</style>
border-color css
<style>
span { border-color: #9FE4AB; }
span { border-color: rgb(159,228,171); }
td.TdClassName
{
border-color: #9FE4AB;
}
.TagClassName
{
border-color: #9FE4AB;
}
</style>