Html Css Color HEX #ACF096 Granny Smith Apple
📋 copy color: '#ACF096'red 172 ◦ green 240 ◦ blue 150
Shades of Granny Smith Apple #ACF096
Tints of Granny Smith Apple #ACF096
RGB
CMYK
RGB Variations
Color information
#ACF096 (or 0xACF096) is known color: Granny Smith Apple. HEX triplet: AC, F0 and 96. RGB value is (172,240,150). Sum of RGB (Red+Green+Blue) = 172+240+150=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF096 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF096 is #530F69. Grayscale: #D1D1D1. Windows color (decimal): -5443434 or 9892012. OLE color: 9892012.
HSL color Cylindrical-coordinate representation of color #ACF096: hue angle of 105.33º 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 #ACF096 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 150 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.06 |
| HSL | 105.33º | 0.75% | 0.76% | - |
| HSV(B) | 105.33º | 0.38% | 0.94% | - |
| XYZ | 53.68 | 73.29 | 40.17 | - |
| YUV | 209.41 | 94.47 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 150 | 0.28 | 0 | 0.37 | 0.06 | 105.33 | 0.75 | 0.76 |
| Hex | AC | F0 | 96 | 1C | 0 | 25 | 6 | 69 | 4B | 4C |
| Octal | 254 | 360 | 226 | 34 | 0 | 45 | 6 | 151 | 113 | 114 |
| Binary | 10101100 | 11110000 | 10010110 | 11100 | 0 | 100101 | 110 | 1101001 | 1001011 | 1001100 |
Color Harmonies of #ACF096
Complementary color
Monochromatic Colors of #ACF096
Black with #ACF096
Text Example
Text Example
White with #ACF096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF096; }
p { color: rgb(172,240,150); }
H1.HeaderClassName
{
color: #ACF096;
}
.AnyTagClassName
{
color: #ACF096;
}
</style>
background-color css
<style>
a { background-color: #ACF096; }
a { background-color: rgb(172,240,150); }
div.DivClassName
{
background-color: #ACF096;
}
.BgClassName
{
background-color: #ACF096;
}
</style>
border-color css
<style>
span { border-color: #ACF096; }
span { border-color: rgb(172,240,150); }
td.TdClassName
{
border-color: #ACF096;
}
.TagClassName
{
border-color: #ACF096;
}
</style>