Html Css Color HEX #A1CF96 Granny Smith Apple
📋 copy color: '#A1CF96'red 161 ◦ green 207 ◦ blue 150
Shades of Granny Smith Apple #A1CF96
Tints of Granny Smith Apple #A1CF96
RGB
CMYK
RGB Variations
Color information
#A1CF96 (or 0xA1CF96) is known color: Granny Smith Apple. HEX triplet: A1, CF and 96. RGB value is (161,207,150). Sum of RGB (Red+Green+Blue) = 161+207+150=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CF96 is #5E3069. Grayscale: #BABABA. Windows color (decimal): -6172778 or 9883553. OLE color: 9883553.
HSL color Cylindrical-coordinate representation of color #A1CF96: hue angle of 108.42º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1CF96 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 150 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.19 |
| HSL | 108.42º | 0.37% | 0.7% | - |
| HSV(B) | 108.42º | 0.28% | 0.81% | - |
| XYZ | 42.52 | 54.4 | 37.11 | - |
| YUV | 186.75 | 107.26 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 150 | 0.22 | 0 | 0.28 | 0.19 | 108.42 | 0.37 | 0.7 |
| Hex | A1 | CF | 96 | 16 | 0 | 1C | 13 | 6C | 25 | 46 |
| Octal | 241 | 317 | 226 | 26 | 0 | 34 | 23 | 154 | 45 | 106 |
| Binary | 10100001 | 11001111 | 10010110 | 10110 | 0 | 11100 | 10011 | 1101100 | 100101 | 1000110 |
Color Harmonies of #A1CF96
Complementary color
Monochromatic Colors of #A1CF96
Black with #A1CF96
Text Example
Text Example
White with #A1CF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CF96; }
p { color: rgb(161,207,150); }
H1.HeaderClassName
{
color: #A1CF96;
}
.AnyTagClassName
{
color: #A1CF96;
}
</style>
background-color css
<style>
a { background-color: #A1CF96; }
a { background-color: rgb(161,207,150); }
div.DivClassName
{
background-color: #A1CF96;
}
.BgClassName
{
background-color: #A1CF96;
}
</style>
border-color css
<style>
span { border-color: #A1CF96; }
span { border-color: rgb(161,207,150); }
td.TdClassName
{
border-color: #A1CF96;
}
.TagClassName
{
border-color: #A1CF96;
}
</style>