Shades of Celadon #9FE7AF
Tints of Celadon #9FE7AF
RGB
CMYK
RGB Variations
Color information
#9FE7AF (or 0x9FE7AF) is known color: Celadon. HEX triplet: 9F, E7 and AF. RGB value is (159,231,175). Sum of RGB (Red+Green+Blue) = 159+231+175=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 231 (90.62% from 255 or 40.88% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 231 - color contains mainly: green. Hex color #9FE7AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FE7AF is #601850. Grayscale: #CBCBCB. Windows color (decimal): -6297681 or 11528095. OLE color: 11528095.
HSL color Cylindrical-coordinate representation of color #9FE7AF: hue angle of 133.33º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE7AF is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 231 | 175 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.09 |
| HSL | 133.33º | 0.6% | 0.76% | - |
| HSV(B) | 133.33º | 0.31% | 0.91% | - |
| XYZ | 50.61 | 67.62 | 50.94 | - |
| YUV | 203.09 | 112.15 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 231 | 175 | 0.31 | 0 | 0.24 | 0.09 | 133.33 | 0.6 | 0.76 |
| Hex | 9F | E7 | AF | 1F | 0 | 18 | 9 | 85 | 3C | 4C |
| Octal | 237 | 347 | 257 | 37 | 0 | 30 | 11 | 205 | 74 | 114 |
| Binary | 10011111 | 11100111 | 10101111 | 11111 | 0 | 11000 | 1001 | 10000101 | 111100 | 1001100 |
Color Harmonies of #9FE7AF
Complementary color
Monochromatic Colors of #9FE7AF
Black with #9FE7AF
Text Example
Text Example
White with #9FE7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE7AF; }
p { color: rgb(159,231,175); }
H1.HeaderClassName
{
color: #9FE7AF;
}
.AnyTagClassName
{
color: #9FE7AF;
}
</style>
background-color css
<style>
a { background-color: #9FE7AF; }
a { background-color: rgb(159,231,175); }
div.DivClassName
{
background-color: #9FE7AF;
}
.BgClassName
{
background-color: #9FE7AF;
}
</style>
border-color css
<style>
span { border-color: #9FE7AF; }
span { border-color: rgb(159,231,175); }
td.TdClassName
{
border-color: #9FE7AF;
}
.TagClassName
{
border-color: #9FE7AF;
}
</style>