Html Css Color HEX #ACF794 Granny Smith Apple
📋 copy color: '#ACF794'red 172 ◦ green 247 ◦ blue 148
Shades of Granny Smith Apple #ACF794
Tints of Granny Smith Apple #ACF794
RGB
CMYK
RGB Variations
Color information
#ACF794 (or 0xACF794) is known color: Granny Smith Apple. HEX triplet: AC, F7 and 94. RGB value is (172,247,148). Sum of RGB (Red+Green+Blue) = 172+247+148=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 247 (96.88% from 255 or 43.56% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF794 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF794 is #53086B. Grayscale: #D5D5D5. Windows color (decimal): -5441644 or 9762732. OLE color: 9762732.
HSL color Cylindrical-coordinate representation of color #ACF794: hue angle of 105.45º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACF794 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 148 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.03 |
| HSL | 105.45º | 0.86% | 0.77% | - |
| HSV(B) | 105.45º | 0.4% | 0.97% | - |
| XYZ | 55.62 | 77.43 | 40.03 | - |
| YUV | 213.29 | 91.15 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 148 | 0.30 | 0 | 0.40 | 0.03 | 105.45 | 0.86 | 0.77 |
| Hex | AC | F7 | 94 | 1E | 0 | 28 | 3 | 69 | 56 | 4D |
| Octal | 254 | 367 | 224 | 36 | 0 | 50 | 3 | 151 | 126 | 115 |
| Binary | 10101100 | 11110111 | 10010100 | 11110 | 0 | 101000 | 11 | 1101001 | 1010110 | 1001101 |
Color Harmonies of #ACF794
Complementary color
Monochromatic Colors of #ACF794
Black with #ACF794
Text Example
Text Example
White with #ACF794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF794; }
p { color: rgb(172,247,148); }
H1.HeaderClassName
{
color: #ACF794;
}
.AnyTagClassName
{
color: #ACF794;
}
</style>
background-color css
<style>
a { background-color: #ACF794; }
a { background-color: rgb(172,247,148); }
div.DivClassName
{
background-color: #ACF794;
}
.BgClassName
{
background-color: #ACF794;
}
</style>
border-color css
<style>
span { border-color: #ACF794; }
span { border-color: rgb(172,247,148); }
td.TdClassName
{
border-color: #ACF794;
}
.TagClassName
{
border-color: #ACF794;
}
</style>