Html Css Color HEX #ACF494 Granny Smith Apple
📋 copy color: '#ACF494'red 172 ◦ green 244 ◦ blue 148
Shades of Granny Smith Apple #ACF494
Tints of Granny Smith Apple #ACF494
RGB
CMYK
RGB Variations
Color information
#ACF494 (or 0xACF494) is known color: Granny Smith Apple. HEX triplet: AC, F4 and 94. RGB value is (172,244,148). Sum of RGB (Red+Green+Blue) = 172+244+148=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 244 (95.70% from 255 or 43.26% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF494 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF494 is #530B6B. Grayscale: #D3D3D3. Windows color (decimal): -5442412 or 9761964. OLE color: 9761964.
HSL color Cylindrical-coordinate representation of color #ACF494: hue angle of 105º 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 #ACF494 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 148 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.04 |
| HSL | 105º | 0.81% | 0.77% | - |
| HSV(B) | 105º | 0.39% | 0.96% | - |
| XYZ | 54.71 | 75.61 | 39.73 | - |
| YUV | 211.53 | 92.15 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 148 | 0.30 | 0 | 0.39 | 0.04 | 105 | 0.81 | 0.77 |
| Hex | AC | F4 | 94 | 1E | 0 | 27 | 4 | 69 | 51 | 4D |
| Octal | 254 | 364 | 224 | 36 | 0 | 47 | 4 | 151 | 121 | 115 |
| Binary | 10101100 | 11110100 | 10010100 | 11110 | 0 | 100111 | 100 | 1101001 | 1010001 | 1001101 |
Color Harmonies of #ACF494
Complementary color
Monochromatic Colors of #ACF494
Black with #ACF494
Text Example
Text Example
White with #ACF494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF494; }
p { color: rgb(172,244,148); }
H1.HeaderClassName
{
color: #ACF494;
}
.AnyTagClassName
{
color: #ACF494;
}
</style>
background-color css
<style>
a { background-color: #ACF494; }
a { background-color: rgb(172,244,148); }
div.DivClassName
{
background-color: #ACF494;
}
.BgClassName
{
background-color: #ACF494;
}
</style>
border-color css
<style>
span { border-color: #ACF494; }
span { border-color: rgb(172,244,148); }
td.TdClassName
{
border-color: #ACF494;
}
.TagClassName
{
border-color: #ACF494;
}
</style>