Html Css Color HEX #ACF596 Granny Smith Apple
📋 copy color: '#ACF596'red 172 ◦ green 245 ◦ blue 150
Shades of Granny Smith Apple #ACF596
Tints of Granny Smith Apple #ACF596
RGB
CMYK
RGB Variations
Color information
#ACF596 (or 0xACF596) is known color: Granny Smith Apple. HEX triplet: AC, F5 and 96. RGB value is (172,245,150). Sum of RGB (Red+Green+Blue) = 172+245+150=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 245 (96.09% from 255 or 43.21% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF596 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF596 is #530A69. Grayscale: #D4D4D4. Windows color (decimal): -5442154 or 9893292. OLE color: 9893292.
HSL color Cylindrical-coordinate representation of color #ACF596: hue angle of 106.11º degrees, saturation: 0.83, 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 #ACF596 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 150 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.04 |
| HSL | 106.11º | 0.83% | 0.77% | - |
| HSV(B) | 106.11º | 0.39% | 0.96% | - |
| XYZ | 55.17 | 76.28 | 40.67 | - |
| YUV | 212.34 | 92.82 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 150 | 0.30 | 0 | 0.39 | 0.04 | 106.11 | 0.83 | 0.77 |
| Hex | AC | F5 | 96 | 1E | 0 | 27 | 4 | 6A | 53 | 4D |
| Octal | 254 | 365 | 226 | 36 | 0 | 47 | 4 | 152 | 123 | 115 |
| Binary | 10101100 | 11110101 | 10010110 | 11110 | 0 | 100111 | 100 | 1101010 | 1010011 | 1001101 |
Color Harmonies of #ACF596
Complementary color
Monochromatic Colors of #ACF596
Black with #ACF596
Text Example
Text Example
White with #ACF596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF596; }
p { color: rgb(172,245,150); }
H1.HeaderClassName
{
color: #ACF596;
}
.AnyTagClassName
{
color: #ACF596;
}
</style>
background-color css
<style>
a { background-color: #ACF596; }
a { background-color: rgb(172,245,150); }
div.DivClassName
{
background-color: #ACF596;
}
.BgClassName
{
background-color: #ACF596;
}
</style>
border-color css
<style>
span { border-color: #ACF596; }
span { border-color: rgb(172,245,150); }
td.TdClassName
{
border-color: #ACF596;
}
.TagClassName
{
border-color: #ACF596;
}
</style>