Html Css Color HEX #ACF095 Granny Smith Apple
📋 copy color: '#ACF095'red 172 ◦ green 240 ◦ blue 149
Shades of Granny Smith Apple #ACF095
Tints of Granny Smith Apple #ACF095
RGB
CMYK
RGB Variations
Color information
#ACF095 (or 0xACF095) is known color: Granny Smith Apple. HEX triplet: AC, F0 and 95. RGB value is (172,240,149). Sum of RGB (Red+Green+Blue) = 172+240+149=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF095 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF095 is #530F6A. Grayscale: #D1D1D1. Windows color (decimal): -5443435 or 9826476. OLE color: 9826476.
HSL color Cylindrical-coordinate representation of color #ACF095: hue angle of 104.84º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACF095 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 149 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.06 |
| HSL | 104.84º | 0.75% | 0.76% | - |
| HSV(B) | 104.84º | 0.38% | 0.94% | - |
| XYZ | 53.6 | 73.26 | 39.75 | - |
| YUV | 209.29 | 93.97 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 149 | 0.28 | 0 | 0.38 | 0.06 | 104.84 | 0.75 | 0.76 |
| Hex | AC | F0 | 95 | 1C | 0 | 26 | 6 | 69 | 4B | 4C |
| Octal | 254 | 360 | 225 | 34 | 0 | 46 | 6 | 151 | 113 | 114 |
| Binary | 10101100 | 11110000 | 10010101 | 11100 | 0 | 100110 | 110 | 1101001 | 1001011 | 1001100 |
Color Harmonies of #ACF095
Complementary color
Monochromatic Colors of #ACF095
Black with #ACF095
Text Example
Text Example
White with #ACF095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF095; }
p { color: rgb(172,240,149); }
H1.HeaderClassName
{
color: #ACF095;
}
.AnyTagClassName
{
color: #ACF095;
}
</style>
background-color css
<style>
a { background-color: #ACF095; }
a { background-color: rgb(172,240,149); }
div.DivClassName
{
background-color: #ACF095;
}
.BgClassName
{
background-color: #ACF095;
}
</style>
border-color css
<style>
span { border-color: #ACF095; }
span { border-color: rgb(172,240,149); }
td.TdClassName
{
border-color: #ACF095;
}
.TagClassName
{
border-color: #ACF095;
}
</style>