Shades of Celadon #9FEFA8
Tints of Celadon #9FEFA8
RGB
CMYK
RGB Variations
Color information
#9FEFA8 (or 0x9FEFA8) is known color: Celadon. HEX triplet: 9F, EF and A8. RGB value is (159,239,168). Sum of RGB (Red+Green+Blue) = 159+239+168=566 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.09% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEFA8 is #601057. Grayscale: #CFCFCF. Windows color (decimal): -6295640 or 11071391. OLE color: 11071391.
HSL color Cylindrical-coordinate representation of color #9FEFA8: hue angle of 126.75º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEFA8 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 239 | 168 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.06 |
| HSL | 126.75º | 0.71% | 0.78% | - |
| HSV(B) | 126.75º | 0.33% | 0.94% | - |
| XYZ | 52.23 | 71.93 | 48.18 | - |
| YUV | 206.99 | 106 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 239 | 168 | 0.33 | 0 | 0.30 | 0.06 | 126.75 | 0.71 | 0.78 |
| Hex | 9F | EF | A8 | 21 | 0 | 1E | 6 | 7F | 47 | 4E |
| Octal | 237 | 357 | 250 | 41 | 0 | 36 | 6 | 177 | 107 | 116 |
| Binary | 10011111 | 11101111 | 10101000 | 100001 | 0 | 11110 | 110 | 1111111 | 1000111 | 1001110 |
Color Harmonies of #9FEFA8
Complementary color
Monochromatic Colors of #9FEFA8
Black with #9FEFA8
Text Example
Text Example
White with #9FEFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEFA8; }
p { color: rgb(159,239,168); }
H1.HeaderClassName
{
color: #9FEFA8;
}
.AnyTagClassName
{
color: #9FEFA8;
}
</style>
background-color css
<style>
a { background-color: #9FEFA8; }
a { background-color: rgb(159,239,168); }
div.DivClassName
{
background-color: #9FEFA8;
}
.BgClassName
{
background-color: #9FEFA8;
}
</style>
border-color css
<style>
span { border-color: #9FEFA8; }
span { border-color: rgb(159,239,168); }
td.TdClassName
{
border-color: #9FEFA8;
}
.TagClassName
{
border-color: #9FEFA8;
}
</style>