Shades of Celadon #9FE6AF
Tints of Celadon #9FE6AF
RGB
CMYK
RGB Variations
Color information
#9FE6AF (or 0x9FE6AF) is known color: Celadon. HEX triplet: 9F, E6 and AF. RGB value is (159,230,175). Sum of RGB (Red+Green+Blue) = 159+230+175=564 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.19% from 564); Green value is 230 (90.23% from 255 or 40.78% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 230 - color contains mainly: green. Hex color #9FE6AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FE6AF is #601950. Grayscale: #CACACA. Windows color (decimal): -6297937 or 11527839. OLE color: 11527839.
HSL color Cylindrical-coordinate representation of color #9FE6AF: hue angle of 133.52º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE6AF is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 230 | 175 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.10 |
| HSL | 133.52º | 0.59% | 0.76% | - |
| HSV(B) | 133.52º | 0.31% | 0.9% | - |
| XYZ | 50.33 | 67.06 | 50.85 | - |
| YUV | 202.5 | 112.48 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 230 | 175 | 0.31 | 0 | 0.24 | 0.10 | 133.52 | 0.59 | 0.76 |
| Hex | 9F | E6 | AF | 1F | 0 | 18 | A | 86 | 3B | 4C |
| Octal | 237 | 346 | 257 | 37 | 0 | 30 | 12 | 206 | 73 | 114 |
| Binary | 10011111 | 11100110 | 10101111 | 11111 | 0 | 11000 | 1010 | 10000110 | 111011 | 1001100 |
Color Harmonies of #9FE6AF
Complementary color
Monochromatic Colors of #9FE6AF
Black with #9FE6AF
Text Example
Text Example
White with #9FE6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE6AF; }
p { color: rgb(159,230,175); }
H1.HeaderClassName
{
color: #9FE6AF;
}
.AnyTagClassName
{
color: #9FE6AF;
}
</style>
background-color css
<style>
a { background-color: #9FE6AF; }
a { background-color: rgb(159,230,175); }
div.DivClassName
{
background-color: #9FE6AF;
}
.BgClassName
{
background-color: #9FE6AF;
}
</style>
border-color css
<style>
span { border-color: #9FE6AF; }
span { border-color: rgb(159,230,175); }
td.TdClassName
{
border-color: #9FE6AF;
}
.TagClassName
{
border-color: #9FE6AF;
}
</style>