Shades of Celadon #9FE7AC
Tints of Celadon #9FE7AC
RGB
CMYK
RGB Variations
Color information
#9FE7AC (or 0x9FE7AC) is known color: Celadon. HEX triplet: 9F, E7 and AC. RGB value is (159,231,172). Sum of RGB (Red+Green+Blue) = 159+231+172=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 231 - color contains mainly: green. Hex color #9FE7AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FE7AC is #601853. Grayscale: #CACACA. Windows color (decimal): -6297684 or 11331487. OLE color: 11331487.
HSL color Cylindrical-coordinate representation of color #9FE7AC: hue angle of 130.83º 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 #9FE7AC is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 231 | 172 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.09 |
| HSL | 130.83º | 0.6% | 0.76% | - |
| HSV(B) | 130.83º | 0.31% | 0.91% | - |
| XYZ | 50.32 | 67.5 | 49.41 | - |
| YUV | 202.75 | 110.65 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 231 | 172 | 0.31 | 0 | 0.26 | 0.09 | 130.83 | 0.6 | 0.76 |
| Hex | 9F | E7 | AC | 1F | 0 | 1A | 9 | 83 | 3C | 4C |
| Octal | 237 | 347 | 254 | 37 | 0 | 32 | 11 | 203 | 74 | 114 |
| Binary | 10011111 | 11100111 | 10101100 | 11111 | 0 | 11010 | 1001 | 10000011 | 111100 | 1001100 |
Color Harmonies of #9FE7AC
Complementary color
Monochromatic Colors of #9FE7AC
Black with #9FE7AC
Text Example
Text Example
White with #9FE7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE7AC; }
p { color: rgb(159,231,172); }
H1.HeaderClassName
{
color: #9FE7AC;
}
.AnyTagClassName
{
color: #9FE7AC;
}
</style>
background-color css
<style>
a { background-color: #9FE7AC; }
a { background-color: rgb(159,231,172); }
div.DivClassName
{
background-color: #9FE7AC;
}
.BgClassName
{
background-color: #9FE7AC;
}
</style>
border-color css
<style>
span { border-color: #9FE7AC; }
span { border-color: rgb(159,231,172); }
td.TdClassName
{
border-color: #9FE7AC;
}
.TagClassName
{
border-color: #9FE7AC;
}
</style>