Html Css Color HEX #ACF593 Granny Smith Apple
📋 copy color: '#ACF593'red 172 ◦ green 245 ◦ blue 147
Shades of Granny Smith Apple #ACF593
Tints of Granny Smith Apple #ACF593
RGB
CMYK
RGB Variations
Color information
#ACF593 (or 0xACF593) is known color: Granny Smith Apple. HEX triplet: AC, F5 and 93. RGB value is (172,245,147). Sum of RGB (Red+Green+Blue) = 172+245+147=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 245 (96.09% from 255 or 43.44% from 564); Blue value is 147 (57.81% from 255 or 26.06% from 564); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF593 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF593 is #530A6C. Grayscale: #D4D4D4. Windows color (decimal): -5442157 or 9696684. OLE color: 9696684.
HSL color Cylindrical-coordinate representation of color #ACF593: hue angle of 104.69º degrees, saturation: 0.83, 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 #ACF593 is Cyan = 0.30, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 147 | - |
| CMYK | 0.30 | 0 | 0.4 | 0.04 |
| HSL | 104.69º | 0.83% | 0.77% | - |
| HSV(B) | 104.69º | 0.4% | 0.96% | - |
| XYZ | 54.93 | 76.18 | 39.41 | - |
| YUV | 212 | 91.32 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 147 | 0.30 | 0 | 0.4 | 0.04 | 104.69 | 0.83 | 0.77 |
| Hex | AC | F5 | 93 | 1E | 0 | 28 | 4 | 69 | 53 | 4D |
| Octal | 254 | 365 | 223 | 36 | 0 | 50 | 4 | 151 | 123 | 115 |
| Binary | 10101100 | 11110101 | 10010011 | 11110 | 0 | 101000 | 100 | 1101001 | 1010011 | 1001101 |
Color Harmonies of #ACF593
Complementary color
Monochromatic Colors of #ACF593
Black with #ACF593
Text Example
Text Example
White with #ACF593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF593; }
p { color: rgb(172,245,147); }
H1.HeaderClassName
{
color: #ACF593;
}
.AnyTagClassName
{
color: #ACF593;
}
</style>
background-color css
<style>
a { background-color: #ACF593; }
a { background-color: rgb(172,245,147); }
div.DivClassName
{
background-color: #ACF593;
}
.BgClassName
{
background-color: #ACF593;
}
</style>
border-color css
<style>
span { border-color: #ACF593; }
span { border-color: rgb(172,245,147); }
td.TdClassName
{
border-color: #ACF593;
}
.TagClassName
{
border-color: #ACF593;
}
</style>