Html Css Color HEX #ACF693 Granny Smith Apple
📋 copy color: '#ACF693'red 172 ◦ green 246 ◦ blue 147
Shades of Granny Smith Apple #ACF693
Tints of Granny Smith Apple #ACF693
RGB
CMYK
RGB Variations
Color information
#ACF693 (or 0xACF693) is known color: Granny Smith Apple. HEX triplet: AC, F6 and 93. RGB value is (172,246,147). Sum of RGB (Red+Green+Blue) = 172+246+147=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 246 (96.48% from 255 or 43.54% from 565); Blue value is 147 (57.81% from 255 or 26.02% from 565); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF693 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF693 is #53096C. Grayscale: #D4D4D4. Windows color (decimal): -5441901 or 9696940. OLE color: 9696940.
HSL color Cylindrical-coordinate representation of color #ACF693: hue angle of 104.85º degrees, saturation: 0.85, 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 #ACF693 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 147 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.04 |
| HSL | 104.85º | 0.85% | 0.77% | - |
| HSV(B) | 104.85º | 0.4% | 0.96% | - |
| XYZ | 55.24 | 76.79 | 39.51 | - |
| YUV | 212.59 | 90.98 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 147 | 0.30 | 0 | 0.40 | 0.04 | 104.85 | 0.85 | 0.77 |
| Hex | AC | F6 | 93 | 1E | 0 | 28 | 4 | 69 | 55 | 4D |
| Octal | 254 | 366 | 223 | 36 | 0 | 50 | 4 | 151 | 125 | 115 |
| Binary | 10101100 | 11110110 | 10010011 | 11110 | 0 | 101000 | 100 | 1101001 | 1010101 | 1001101 |
Color Harmonies of #ACF693
Complementary color
Monochromatic Colors of #ACF693
Black with #ACF693
Text Example
Text Example
White with #ACF693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF693; }
p { color: rgb(172,246,147); }
H1.HeaderClassName
{
color: #ACF693;
}
.AnyTagClassName
{
color: #ACF693;
}
</style>
background-color css
<style>
a { background-color: #ACF693; }
a { background-color: rgb(172,246,147); }
div.DivClassName
{
background-color: #ACF693;
}
.BgClassName
{
background-color: #ACF693;
}
</style>
border-color css
<style>
span { border-color: #ACF693; }
span { border-color: rgb(172,246,147); }
td.TdClassName
{
border-color: #ACF693;
}
.TagClassName
{
border-color: #ACF693;
}
</style>