Shades of Granny Apple #C9FACA
Tints of Granny Apple #C9FACA
RGB
CMYK
RGB Variations
Color information
#C9FACA (or 0xC9FACA) is known color: Granny Apple. HEX triplet: C9, FA and CA. RGB value is (201,250,202). Sum of RGB (Red+Green+Blue) = 201+250+202=653 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.78% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FACA is #360535. Grayscale: #E6E6E6. Windows color (decimal): -3540278 or 13302473. OLE color: 13302473.
HSL color Cylindrical-coordinate representation of color #C9FACA: hue angle of 121.22º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9FACA is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
RGB | 201 | 250 | 202 | - |
CMYK | 0.20 | 0 | 0.19 | 0.02 |
HSL | 121.22º | 0.83% | 0.88% | - |
HSV(B) | 121.22º | 0.2% | 0.98% | - |
XYZ | 68.93 | 85.05 | 68.66 | - |
YUV | 229.88 | 112.27 | 107.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 250 | 202 | 0.20 | 0 | 0.19 | 0.02 | 121.22 | 0.83 | 0.88 |
Hex | C9 | FA | CA | 14 | 0 | 13 | 2 | 79 | 53 | 58 |
Octal | 311 | 372 | 312 | 24 | 0 | 23 | 2 | 171 | 123 | 130 |
Binary | 11001001 | 11111010 | 11001010 | 10100 | 0 | 10011 | 10 | 1111001 | 1010011 | 1011000 |
Color Harmonies of #C9FACA
Complementary color
Monochromatic Colors of #C9FACA
Black with #C9FACA
Text Example
Text Example
White with #C9FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FACA; }
p { color: rgb(201,250,202); }
H1.HeaderClassName
{
color: #C9FACA;
}
.AnyTagClassName
{
color: #C9FACA;
}
</style>
background-color css
<style>
a { background-color: #C9FACA; }
a { background-color: rgb(201,250,202); }
div.DivClassName
{
background-color: #C9FACA;
}
.BgClassName
{
background-color: #C9FACA;
}
</style>
border-color css
<style>
span { border-color: #C9FACA; }
span { border-color: rgb(201,250,202); }
td.TdClassName
{
border-color: #C9FACA;
}
.TagClassName
{
border-color: #C9FACA;
}
</style>