Html Css Color HEX #ACF092 Granny Smith Apple
📋 copy color: '#ACF092'red 172 ◦ green 240 ◦ blue 146
Shades of Granny Smith Apple #ACF092
Tints of Granny Smith Apple #ACF092
RGB
CMYK
RGB Variations
Color information
#ACF092 (or 0xACF092) is known color: Granny Smith Apple. HEX triplet: AC, F0 and 92. RGB value is (172,240,146). Sum of RGB (Red+Green+Blue) = 172+240+146=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 146 (57.42% from 255 or 26.16% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF092 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF092 is #530F6D. Grayscale: #D1D1D1. Windows color (decimal): -5443438 or 9629868. OLE color: 9629868.
HSL color Cylindrical-coordinate representation of color #ACF092: hue angle of 103.4º 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 #ACF092 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 146 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.06 |
| HSL | 103.4º | 0.76% | 0.76% | - |
| HSV(B) | 103.4º | 0.39% | 0.94% | - |
| XYZ | 53.36 | 73.17 | 38.5 | - |
| YUV | 208.95 | 92.47 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 146 | 0.28 | 0 | 0.39 | 0.06 | 103.4 | 0.76 | 0.76 |
| Hex | AC | F0 | 92 | 1C | 0 | 27 | 6 | 67 | 4C | 4C |
| Octal | 254 | 360 | 222 | 34 | 0 | 47 | 6 | 147 | 114 | 114 |
| Binary | 10101100 | 11110000 | 10010010 | 11100 | 0 | 100111 | 110 | 1100111 | 1001100 | 1001100 |
Color Harmonies of #ACF092
Complementary color
Monochromatic Colors of #ACF092
Black with #ACF092
Text Example
Text Example
White with #ACF092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF092; }
p { color: rgb(172,240,146); }
H1.HeaderClassName
{
color: #ACF092;
}
.AnyTagClassName
{
color: #ACF092;
}
</style>
background-color css
<style>
a { background-color: #ACF092; }
a { background-color: rgb(172,240,146); }
div.DivClassName
{
background-color: #ACF092;
}
.BgClassName
{
background-color: #ACF092;
}
</style>
border-color css
<style>
span { border-color: #ACF092; }
span { border-color: rgb(172,240,146); }
td.TdClassName
{
border-color: #ACF092;
}
.TagClassName
{
border-color: #ACF092;
}
</style>