Shades of Reef #C9FCA0
Tints of Reef #C9FCA0
RGB
CMYK
RGB Variations
Color information
#C9FCA0 (or 0xC9FCA0) is known color: Reef. HEX triplet: C9, FC and A0. RGB value is (201,252,160). Sum of RGB (Red+Green+Blue) = 201+252+160=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FCA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FCA0 is #36035F. Grayscale: #E2E2E2. Windows color (decimal): -3539808 or 10550473. OLE color: 10550473.
HSL color Cylindrical-coordinate representation of color #C9FCA0: hue angle of 93.26º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C9FCA0 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 252 | 160 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.01 |
| HSL | 93.26º | 0.94% | 0.81% | - |
| HSV(B) | 93.26º | 0.37% | 0.99% | - |
| XYZ | 65.24 | 84.58 | 46.14 | - |
| YUV | 226.26 | 90.6 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 252 | 160 | 0.20 | 0 | 0.37 | 0.01 | 93.26 | 0.94 | 0.81 |
| Hex | C9 | FC | A0 | 14 | 0 | 25 | 1 | 5D | 5E | 51 |
| Octal | 311 | 374 | 240 | 24 | 0 | 45 | 1 | 135 | 136 | 121 |
| Binary | 11001001 | 11111100 | 10100000 | 10100 | 0 | 100101 | 1 | 1011101 | 1011110 | 1010001 |
Color Harmonies of #C9FCA0
Complementary color
Monochromatic Colors of #C9FCA0
Black with #C9FCA0
Text Example
Text Example
White with #C9FCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FCA0; }
p { color: rgb(201,252,160); }
H1.HeaderClassName
{
color: #C9FCA0;
}
.AnyTagClassName
{
color: #C9FCA0;
}
</style>
background-color css
<style>
a { background-color: #C9FCA0; }
a { background-color: rgb(201,252,160); }
div.DivClassName
{
background-color: #C9FCA0;
}
.BgClassName
{
background-color: #C9FCA0;
}
</style>
border-color css
<style>
span { border-color: #C9FCA0; }
span { border-color: rgb(201,252,160); }
td.TdClassName
{
border-color: #C9FCA0;
}
.TagClassName
{
border-color: #C9FCA0;
}
</style>