Html Css Color HEX #ACF595 Granny Smith Apple
📋 copy color: '#ACF595'red 172 ◦ green 245 ◦ blue 149
Shades of Granny Smith Apple #ACF595
Tints of Granny Smith Apple #ACF595
RGB
CMYK
RGB Variations
Color information
#ACF595 (or 0xACF595) is known color: Granny Smith Apple. HEX triplet: AC, F5 and 95. RGB value is (172,245,149). Sum of RGB (Red+Green+Blue) = 172+245+149=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF595 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF595 is #530A6A. Grayscale: #D4D4D4. Windows color (decimal): -5442155 or 9827756. OLE color: 9827756.
HSL color Cylindrical-coordinate representation of color #ACF595: hue angle of 105.62º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACF595 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 149 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.04 |
| HSL | 105.63º | 0.83% | 0.77% | - |
| HSV(B) | 105.63º | 0.39% | 0.96% | - |
| XYZ | 55.09 | 76.25 | 40.25 | - |
| YUV | 212.23 | 92.32 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 149 | 0.30 | 0 | 0.39 | 0.04 | 105.63 | 0.83 | 0.77 |
| Hex | AC | F5 | 95 | 1E | 0 | 27 | 4 | 6A | 53 | 4D |
| Octal | 254 | 365 | 225 | 36 | 0 | 47 | 4 | 152 | 123 | 115 |
| Binary | 10101100 | 11110101 | 10010101 | 11110 | 0 | 100111 | 100 | 1101010 | 1010011 | 1001101 |
Color Harmonies of #ACF595
Complementary color
Monochromatic Colors of #ACF595
Black with #ACF595
Text Example
Text Example
White with #ACF595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF595; }
p { color: rgb(172,245,149); }
H1.HeaderClassName
{
color: #ACF595;
}
.AnyTagClassName
{
color: #ACF595;
}
</style>
background-color css
<style>
a { background-color: #ACF595; }
a { background-color: rgb(172,245,149); }
div.DivClassName
{
background-color: #ACF595;
}
.BgClassName
{
background-color: #ACF595;
}
</style>
border-color css
<style>
span { border-color: #ACF595; }
span { border-color: rgb(172,245,149); }
td.TdClassName
{
border-color: #ACF595;
}
.TagClassName
{
border-color: #ACF595;
}
</style>