Html Css Color HEX #A2CFA0 Granny Smith Apple
📋 copy color: '#A2CFA0'red 162 ◦ green 207 ◦ blue 160
Shades of Granny Smith Apple #A2CFA0
Tints of Granny Smith Apple #A2CFA0
RGB
CMYK
RGB Variations
Color information
#A2CFA0 (or 0xA2CFA0) is known color: Granny Smith Apple. HEX triplet: A2, CF and A0. RGB value is (162,207,160). Sum of RGB (Red+Green+Blue) = 162+207+160=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CFA0 is #5D305F. Grayscale: #BCBCBC. Windows color (decimal): -6107232 or 10538914. OLE color: 10538914.
HSL color Cylindrical-coordinate representation of color #A2CFA0: hue angle of 117.45º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2CFA0 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 160 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.19 |
| HSL | 117.45º | 0.33% | 0.72% | - |
| HSV(B) | 117.45º | 0.23% | 0.81% | - |
| XYZ | 43.56 | 54.85 | 41.55 | - |
| YUV | 188.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 160 | 0.22 | 0 | 0.23 | 0.19 | 117.45 | 0.33 | 0.72 |
| Hex | A2 | CF | A0 | 16 | 0 | 17 | 13 | 75 | 21 | 48 |
| Octal | 242 | 317 | 240 | 26 | 0 | 27 | 23 | 165 | 41 | 110 |
| Binary | 10100010 | 11001111 | 10100000 | 10110 | 0 | 10111 | 10011 | 1110101 | 100001 | 1001000 |
Color Harmonies of #A2CFA0
Complementary color
Monochromatic Colors of #A2CFA0
Black with #A2CFA0
Text Example
Text Example
White with #A2CFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CFA0; }
p { color: rgb(162,207,160); }
H1.HeaderClassName
{
color: #A2CFA0;
}
.AnyTagClassName
{
color: #A2CFA0;
}
</style>
background-color css
<style>
a { background-color: #A2CFA0; }
a { background-color: rgb(162,207,160); }
div.DivClassName
{
background-color: #A2CFA0;
}
.BgClassName
{
background-color: #A2CFA0;
}
</style>
border-color css
<style>
span { border-color: #A2CFA0; }
span { border-color: rgb(162,207,160); }
td.TdClassName
{
border-color: #A2CFA0;
}
.TagClassName
{
border-color: #A2CFA0;
}
</style>