Html Css Color HEX #ACF093 Granny Smith Apple
📋 copy color: '#ACF093'red 172 ◦ green 240 ◦ blue 147
Shades of Granny Smith Apple #ACF093
Tints of Granny Smith Apple #ACF093
RGB
CMYK
RGB Variations
Color information
#ACF093 (or 0xACF093) is known color: Granny Smith Apple. HEX triplet: AC, F0 and 93. RGB value is (172,240,147). Sum of RGB (Red+Green+Blue) = 172+240+147=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF093 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF093 is #530F6C. Grayscale: #D1D1D1. Windows color (decimal): -5443437 or 9695404. OLE color: 9695404.
HSL color Cylindrical-coordinate representation of color #ACF093: hue angle of 103.87º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACF093 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 147 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.06 |
| HSL | 103.87º | 0.76% | 0.76% | - |
| HSV(B) | 103.87º | 0.39% | 0.94% | - |
| XYZ | 53.44 | 73.2 | 38.92 | - |
| YUV | 209.07 | 92.97 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 147 | 0.28 | 0 | 0.39 | 0.06 | 103.87 | 0.76 | 0.76 |
| Hex | AC | F0 | 93 | 1C | 0 | 27 | 6 | 68 | 4C | 4C |
| Octal | 254 | 360 | 223 | 34 | 0 | 47 | 6 | 150 | 114 | 114 |
| Binary | 10101100 | 11110000 | 10010011 | 11100 | 0 | 100111 | 110 | 1101000 | 1001100 | 1001100 |
Color Harmonies of #ACF093
Complementary color
Monochromatic Colors of #ACF093
Black with #ACF093
Text Example
Text Example
White with #ACF093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF093; }
p { color: rgb(172,240,147); }
H1.HeaderClassName
{
color: #ACF093;
}
.AnyTagClassName
{
color: #ACF093;
}
</style>
background-color css
<style>
a { background-color: #ACF093; }
a { background-color: rgb(172,240,147); }
div.DivClassName
{
background-color: #ACF093;
}
.BgClassName
{
background-color: #ACF093;
}
</style>
border-color css
<style>
span { border-color: #ACF093; }
span { border-color: rgb(172,240,147); }
td.TdClassName
{
border-color: #ACF093;
}
.TagClassName
{
border-color: #ACF093;
}
</style>