Shades of Reef #C9FEA1
Tints of Reef #C9FEA1
RGB
CMYK
RGB Variations
Color information
#C9FEA1 (or 0xC9FEA1) is known color: Reef. HEX triplet: C9, FE and A1. RGB value is (201,254,161). Sum of RGB (Red+Green+Blue) = 201+254+161=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 161 (63.28% from 255 or 26.14% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FEA1 is #36015E. Grayscale: #E3E3E3. Windows color (decimal): -3539295 or 10616521. OLE color: 10616521.
HSL color Cylindrical-coordinate representation of color #C9FEA1: hue angle of 94.19º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C9FEA1 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 254 | 161 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.00 |
| HSL | 94.19º | 0.98% | 0.81% | - |
| HSV(B) | 94.19º | 0.37% | 1% | - |
| XYZ | 65.96 | 85.87 | 46.82 | - |
| YUV | 227.55 | 90.44 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 254 | 161 | 0.21 | 0 | 0.37 | 0.00 | 94.19 | 0.98 | 0.81 |
| Hex | C9 | FE | A1 | 15 | 0 | 25 | 0 | 5E | 62 | 51 |
| Octal | 311 | 376 | 241 | 25 | 0 | 45 | 0 | 136 | 142 | 121 |
| Binary | 11001001 | 11111110 | 10100001 | 10101 | 0 | 100101 | 0 | 1011110 | 1100010 | 1010001 |
Color Harmonies of #C9FEA1
Complementary color
Monochromatic Colors of #C9FEA1
Black with #C9FEA1
Text Example
Text Example
White with #C9FEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FEA1; }
p { color: rgb(201,254,161); }
H1.HeaderClassName
{
color: #C9FEA1;
}
.AnyTagClassName
{
color: #C9FEA1;
}
</style>
background-color css
<style>
a { background-color: #C9FEA1; }
a { background-color: rgb(201,254,161); }
div.DivClassName
{
background-color: #C9FEA1;
}
.BgClassName
{
background-color: #C9FEA1;
}
</style>
border-color css
<style>
span { border-color: #C9FEA1; }
span { border-color: rgb(201,254,161); }
td.TdClassName
{
border-color: #C9FEA1;
}
.TagClassName
{
border-color: #C9FEA1;
}
</style>