Html Css Color HEX #ACF594 Granny Smith Apple
📋 copy color: '#ACF594'red 172 ◦ green 245 ◦ blue 148
Shades of Granny Smith Apple #ACF594
Tints of Granny Smith Apple #ACF594
RGB
CMYK
RGB Variations
Color information
#ACF594 (or 0xACF594) is known color: Granny Smith Apple. HEX triplet: AC, F5 and 94. RGB value is (172,245,148). Sum of RGB (Red+Green+Blue) = 172+245+148=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 245 (96.09% from 255 or 43.36% from 565); Blue value is 148 (58.20% from 255 or 26.19% from 565); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF594 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF594 is #530A6B. Grayscale: #D4D4D4. Windows color (decimal): -5442156 or 9762220. OLE color: 9762220.
HSL color Cylindrical-coordinate representation of color #ACF594: hue angle of 105.15º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACF594 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 148 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.04 |
| HSL | 105.15º | 0.83% | 0.77% | - |
| HSV(B) | 105.15º | 0.4% | 0.96% | - |
| XYZ | 55.01 | 76.21 | 39.83 | - |
| YUV | 212.12 | 91.82 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 148 | 0.30 | 0 | 0.40 | 0.04 | 105.15 | 0.83 | 0.77 |
| Hex | AC | F5 | 94 | 1E | 0 | 28 | 4 | 69 | 53 | 4D |
| Octal | 254 | 365 | 224 | 36 | 0 | 50 | 4 | 151 | 123 | 115 |
| Binary | 10101100 | 11110101 | 10010100 | 11110 | 0 | 101000 | 100 | 1101001 | 1010011 | 1001101 |
Color Harmonies of #ACF594
Complementary color
Monochromatic Colors of #ACF594
Black with #ACF594
Text Example
Text Example
White with #ACF594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF594; }
p { color: rgb(172,245,148); }
H1.HeaderClassName
{
color: #ACF594;
}
.AnyTagClassName
{
color: #ACF594;
}
</style>
background-color css
<style>
a { background-color: #ACF594; }
a { background-color: rgb(172,245,148); }
div.DivClassName
{
background-color: #ACF594;
}
.BgClassName
{
background-color: #ACF594;
}
</style>
border-color css
<style>
span { border-color: #ACF594; }
span { border-color: rgb(172,245,148); }
td.TdClassName
{
border-color: #ACF594;
}
.TagClassName
{
border-color: #ACF594;
}
</style>