Shades of Reef #C9F9A2
Tints of Reef #C9F9A2
RGB
CMYK
RGB Variations
Color information
#C9F9A2 (or 0xC9F9A2) is known color: Reef. HEX triplet: C9, F9 and A2. RGB value is (201,249,162). Sum of RGB (Red+Green+Blue) = 201+249+162=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 162 (63.67% from 255 or 26.47% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F9A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F9A2 is #36065D. Grayscale: #E1E1E1. Windows color (decimal): -3540574 or 10680777. OLE color: 10680777.
HSL color Cylindrical-coordinate representation of color #C9F9A2: hue angle of 93.1º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C9F9A2 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 249 | 162 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.02 |
| HSL | 93.1º | 0.88% | 0.81% | - |
| HSV(B) | 93.1º | 0.35% | 0.98% | - |
| XYZ | 64.48 | 82.78 | 46.76 | - |
| YUV | 224.73 | 92.6 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 249 | 162 | 0.19 | 0 | 0.35 | 0.02 | 93.1 | 0.88 | 0.81 |
| Hex | C9 | F9 | A2 | 13 | 0 | 23 | 2 | 5D | 58 | 51 |
| Octal | 311 | 371 | 242 | 23 | 0 | 43 | 2 | 135 | 130 | 121 |
| Binary | 11001001 | 11111001 | 10100010 | 10011 | 0 | 100011 | 10 | 1011101 | 1011000 | 1010001 |
Color Harmonies of #C9F9A2
Complementary color
Monochromatic Colors of #C9F9A2
Black with #C9F9A2
Text Example
Text Example
White with #C9F9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F9A2; }
p { color: rgb(201,249,162); }
H1.HeaderClassName
{
color: #C9F9A2;
}
.AnyTagClassName
{
color: #C9F9A2;
}
</style>
background-color css
<style>
a { background-color: #C9F9A2; }
a { background-color: rgb(201,249,162); }
div.DivClassName
{
background-color: #C9F9A2;
}
.BgClassName
{
background-color: #C9F9A2;
}
</style>
border-color css
<style>
span { border-color: #C9F9A2; }
span { border-color: rgb(201,249,162); }
td.TdClassName
{
border-color: #C9F9A2;
}
.TagClassName
{
border-color: #C9F9A2;
}
</style>