Html Css Color HEX #A0CF9D Granny Smith Apple
📋 copy color: '#A0CF9D'red 160 ◦ green 207 ◦ blue 157
Shades of Granny Smith Apple #A0CF9D
Tints of Granny Smith Apple #A0CF9D
RGB
CMYK
RGB Variations
Color information
#A0CF9D (or 0xA0CF9D) is known color: Granny Smith Apple. HEX triplet: A0, CF and 9D. RGB value is (160,207,157). Sum of RGB (Red+Green+Blue) = 160+207+157=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CF9D is #5F3062. Grayscale: #BBBBBB. Windows color (decimal): -6238307 or 10342304. OLE color: 10342304.
HSL color Cylindrical-coordinate representation of color #A0CF9D: hue angle of 116.4º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0CF9D is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 157 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.19 |
| HSL | 116.4º | 0.34% | 0.71% | - |
| HSV(B) | 116.4º | 0.24% | 0.81% | - |
| XYZ | 42.9 | 54.53 | 40.16 | - |
| YUV | 187.25 | 110.93 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 157 | 0.23 | 0 | 0.24 | 0.19 | 116.4 | 0.34 | 0.71 |
| Hex | A0 | CF | 9D | 17 | 0 | 18 | 13 | 74 | 22 | 47 |
| Octal | 240 | 317 | 235 | 27 | 0 | 30 | 23 | 164 | 42 | 107 |
| Binary | 10100000 | 11001111 | 10011101 | 10111 | 0 | 11000 | 10011 | 1110100 | 100010 | 1000111 |
Color Harmonies of #A0CF9D
Complementary color
Monochromatic Colors of #A0CF9D
Black with #A0CF9D
Text Example
Text Example
White with #A0CF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF9D; }
p { color: rgb(160,207,157); }
H1.HeaderClassName
{
color: #A0CF9D;
}
.AnyTagClassName
{
color: #A0CF9D;
}
</style>
background-color css
<style>
a { background-color: #A0CF9D; }
a { background-color: rgb(160,207,157); }
div.DivClassName
{
background-color: #A0CF9D;
}
.BgClassName
{
background-color: #A0CF9D;
}
</style>
border-color css
<style>
span { border-color: #A0CF9D; }
span { border-color: rgb(160,207,157); }
td.TdClassName
{
border-color: #A0CF9D;
}
.TagClassName
{
border-color: #A0CF9D;
}
</style>