Html Css Color HEX #ABF096 Granny Smith Apple
📋 copy color: '#ABF096'red 171 ◦ green 240 ◦ blue 150
Shades of Granny Smith Apple #ABF096
Tints of Granny Smith Apple #ABF096
RGB
CMYK
RGB Variations
Color information
#ABF096 (or 0xABF096) is known color: Granny Smith Apple. HEX triplet: AB, F0 and 96. RGB value is (171,240,150). Sum of RGB (Red+Green+Blue) = 171+240+150=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF096 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF096 is #540F69. Grayscale: #D1D1D1. Windows color (decimal): -5508970 or 9892011. OLE color: 9892011.
HSL color Cylindrical-coordinate representation of color #ABF096: hue angle of 106º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABF096 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 150 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.06 |
| HSL | 106º | 0.75% | 0.76% | - |
| HSV(B) | 106º | 0.38% | 0.94% | - |
| XYZ | 53.46 | 73.18 | 40.16 | - |
| YUV | 209.11 | 94.64 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 150 | 0.29 | 0 | 0.37 | 0.06 | 106 | 0.75 | 0.76 |
| Hex | AB | F0 | 96 | 1D | 0 | 25 | 6 | 6A | 4B | 4C |
| Octal | 253 | 360 | 226 | 35 | 0 | 45 | 6 | 152 | 113 | 114 |
| Binary | 10101011 | 11110000 | 10010110 | 11101 | 0 | 100101 | 110 | 1101010 | 1001011 | 1001100 |
Color Harmonies of #ABF096
Complementary color
Monochromatic Colors of #ABF096
Black with #ABF096
Text Example
Text Example
White with #ABF096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF096; }
p { color: rgb(171,240,150); }
H1.HeaderClassName
{
color: #ABF096;
}
.AnyTagClassName
{
color: #ABF096;
}
</style>
background-color css
<style>
a { background-color: #ABF096; }
a { background-color: rgb(171,240,150); }
div.DivClassName
{
background-color: #ABF096;
}
.BgClassName
{
background-color: #ABF096;
}
</style>
border-color css
<style>
span { border-color: #ABF096; }
span { border-color: rgb(171,240,150); }
td.TdClassName
{
border-color: #ABF096;
}
.TagClassName
{
border-color: #ABF096;
}
</style>