Html Css Color HEX #A0CF99 Granny Smith Apple
📋 copy color: '#A0CF99'red 160 ◦ green 207 ◦ blue 153
Shades of Granny Smith Apple #A0CF99
Tints of Granny Smith Apple #A0CF99
RGB
CMYK
RGB Variations
Color information
#A0CF99 (or 0xA0CF99) is known color: Granny Smith Apple. HEX triplet: A0, CF and 99. RGB value is (160,207,153). Sum of RGB (Red+Green+Blue) = 160+207+153=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CF99 is #5F3066. Grayscale: #BABABA. Windows color (decimal): -6238311 or 10080160. OLE color: 10080160.
HSL color Cylindrical-coordinate representation of color #A0CF99: hue angle of 112.22º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0CF99 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 153 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.19 |
| HSL | 112.22º | 0.36% | 0.71% | - |
| HSV(B) | 112.22º | 0.26% | 0.81% | - |
| XYZ | 42.56 | 54.4 | 38.39 | - |
| YUV | 186.79 | 108.93 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 153 | 0.23 | 0 | 0.26 | 0.19 | 112.22 | 0.36 | 0.71 |
| Hex | A0 | CF | 99 | 17 | 0 | 1A | 13 | 70 | 24 | 47 |
| Octal | 240 | 317 | 231 | 27 | 0 | 32 | 23 | 160 | 44 | 107 |
| Binary | 10100000 | 11001111 | 10011001 | 10111 | 0 | 11010 | 10011 | 1110000 | 100100 | 1000111 |
Color Harmonies of #A0CF99
Complementary color
Monochromatic Colors of #A0CF99
Black with #A0CF99
Text Example
Text Example
White with #A0CF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF99; }
p { color: rgb(160,207,153); }
H1.HeaderClassName
{
color: #A0CF99;
}
.AnyTagClassName
{
color: #A0CF99;
}
</style>
background-color css
<style>
a { background-color: #A0CF99; }
a { background-color: rgb(160,207,153); }
div.DivClassName
{
background-color: #A0CF99;
}
.BgClassName
{
background-color: #A0CF99;
}
</style>
border-color css
<style>
span { border-color: #A0CF99; }
span { border-color: rgb(160,207,153); }
td.TdClassName
{
border-color: #A0CF99;
}
.TagClassName
{
border-color: #A0CF99;
}
</style>