Shades of Celadon #9FE6AA
Tints of Celadon #9FE6AA
RGB
CMYK
RGB Variations
Color information
#9FE6AA (or 0x9FE6AA) is known color: Celadon. HEX triplet: 9F, E6 and AA. RGB value is (159,230,170). Sum of RGB (Red+Green+Blue) = 159+230+170=559 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.44% from 559); Green value is 230 (90.23% from 255 or 41.14% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 230 - color contains mainly: green. Hex color #9FE6AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FE6AA is #601955. Grayscale: #CACACA. Windows color (decimal): -6297942 or 11200159. OLE color: 11200159.
HSL color Cylindrical-coordinate representation of color #9FE6AA: hue angle of 129.3º 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 #9FE6AA is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 230 | 170 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.10 |
| HSL | 129.3º | 0.59% | 0.76% | - |
| HSV(B) | 129.3º | 0.31% | 0.9% | - |
| XYZ | 49.85 | 66.87 | 48.31 | - |
| YUV | 201.93 | 109.98 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 230 | 170 | 0.31 | 0 | 0.26 | 0.10 | 129.3 | 0.59 | 0.76 |
| Hex | 9F | E6 | AA | 1F | 0 | 1A | A | 81 | 3B | 4C |
| Octal | 237 | 346 | 252 | 37 | 0 | 32 | 12 | 201 | 73 | 114 |
| Binary | 10011111 | 11100110 | 10101010 | 11111 | 0 | 11010 | 1010 | 10000001 | 111011 | 1001100 |
Color Harmonies of #9FE6AA
Complementary color
Monochromatic Colors of #9FE6AA
Black with #9FE6AA
Text Example
Text Example
White with #9FE6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE6AA; }
p { color: rgb(159,230,170); }
H1.HeaderClassName
{
color: #9FE6AA;
}
.AnyTagClassName
{
color: #9FE6AA;
}
</style>
background-color css
<style>
a { background-color: #9FE6AA; }
a { background-color: rgb(159,230,170); }
div.DivClassName
{
background-color: #9FE6AA;
}
.BgClassName
{
background-color: #9FE6AA;
}
</style>
border-color css
<style>
span { border-color: #9FE6AA; }
span { border-color: rgb(159,230,170); }
td.TdClassName
{
border-color: #9FE6AA;
}
.TagClassName
{
border-color: #9FE6AA;
}
</style>