Html Css Color HEX #ACF694 Granny Smith Apple
📋 copy color: '#ACF694'red 172 ◦ green 246 ◦ blue 148
Shades of Granny Smith Apple #ACF694
Tints of Granny Smith Apple #ACF694
RGB
CMYK
RGB Variations
Color information
#ACF694 (or 0xACF694) is known color: Granny Smith Apple. HEX triplet: AC, F6 and 94. RGB value is (172,246,148). Sum of RGB (Red+Green+Blue) = 172+246+148=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF694 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF694 is #53096B. Grayscale: #D5D5D5. Windows color (decimal): -5441900 or 9762476. OLE color: 9762476.
HSL color Cylindrical-coordinate representation of color #ACF694: hue angle of 105.31º degrees, saturation: 0.84, 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 #ACF694 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 148 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.04 |
| HSL | 105.31º | 0.84% | 0.77% | - |
| HSV(B) | 105.31º | 0.4% | 0.96% | - |
| XYZ | 55.31 | 76.82 | 39.93 | - |
| YUV | 212.7 | 91.48 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 148 | 0.30 | 0 | 0.40 | 0.04 | 105.31 | 0.84 | 0.77 |
| Hex | AC | F6 | 94 | 1E | 0 | 28 | 4 | 69 | 54 | 4D |
| Octal | 254 | 366 | 224 | 36 | 0 | 50 | 4 | 151 | 124 | 115 |
| Binary | 10101100 | 11110110 | 10010100 | 11110 | 0 | 101000 | 100 | 1101001 | 1010100 | 1001101 |
Color Harmonies of #ACF694
Complementary color
Monochromatic Colors of #ACF694
Black with #ACF694
Text Example
Text Example
White with #ACF694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF694; }
p { color: rgb(172,246,148); }
H1.HeaderClassName
{
color: #ACF694;
}
.AnyTagClassName
{
color: #ACF694;
}
</style>
background-color css
<style>
a { background-color: #ACF694; }
a { background-color: rgb(172,246,148); }
div.DivClassName
{
background-color: #ACF694;
}
.BgClassName
{
background-color: #ACF694;
}
</style>
border-color css
<style>
span { border-color: #ACF694; }
span { border-color: rgb(172,246,148); }
td.TdClassName
{
border-color: #ACF694;
}
.TagClassName
{
border-color: #ACF694;
}
</style>