Html Css Color HEX #ACF496 Granny Smith Apple
📋 copy color: '#ACF496'red 172 ◦ green 244 ◦ blue 150
Shades of Granny Smith Apple #ACF496
Tints of Granny Smith Apple #ACF496
RGB
CMYK
RGB Variations
Color information
#ACF496 (or 0xACF496) is known color: Granny Smith Apple. HEX triplet: AC, F4 and 96. RGB value is (172,244,150). Sum of RGB (Red+Green+Blue) = 172+244+150=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 244 (95.70% from 255 or 43.11% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF496 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF496 is #530B69. Grayscale: #D4D4D4. Windows color (decimal): -5442410 or 9893036. OLE color: 9893036.
HSL color Cylindrical-coordinate representation of color #ACF496: hue angle of 105.96º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACF496 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 150 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.04 |
| HSL | 105.96º | 0.81% | 0.77% | - |
| HSV(B) | 105.96º | 0.39% | 0.96% | - |
| XYZ | 54.87 | 75.67 | 40.57 | - |
| YUV | 211.76 | 93.15 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 150 | 0.30 | 0 | 0.39 | 0.04 | 105.96 | 0.81 | 0.77 |
| Hex | AC | F4 | 96 | 1E | 0 | 27 | 4 | 6A | 51 | 4D |
| Octal | 254 | 364 | 226 | 36 | 0 | 47 | 4 | 152 | 121 | 115 |
| Binary | 10101100 | 11110100 | 10010110 | 11110 | 0 | 100111 | 100 | 1101010 | 1010001 | 1001101 |
Color Harmonies of #ACF496
Complementary color
Monochromatic Colors of #ACF496
Black with #ACF496
Text Example
Text Example
White with #ACF496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF496; }
p { color: rgb(172,244,150); }
H1.HeaderClassName
{
color: #ACF496;
}
.AnyTagClassName
{
color: #ACF496;
}
</style>
background-color css
<style>
a { background-color: #ACF496; }
a { background-color: rgb(172,244,150); }
div.DivClassName
{
background-color: #ACF496;
}
.BgClassName
{
background-color: #ACF496;
}
</style>
border-color css
<style>
span { border-color: #ACF496; }
span { border-color: rgb(172,244,150); }
td.TdClassName
{
border-color: #ACF496;
}
.TagClassName
{
border-color: #ACF496;
}
</style>