Html Css Color HEX #ACF192 Granny Smith Apple
📋 copy color: '#ACF192'red 172 ◦ green 241 ◦ blue 146
Shades of Granny Smith Apple #ACF192
Tints of Granny Smith Apple #ACF192
RGB
CMYK
RGB Variations
Color information
#ACF192 (or 0xACF192) is known color: Granny Smith Apple. HEX triplet: AC, F1 and 92. RGB value is (172,241,146). Sum of RGB (Red+Green+Blue) = 172+241+146=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF192 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF192 is #530E6D. Grayscale: #D1D1D1. Windows color (decimal): -5443182 or 9630124. OLE color: 9630124.
HSL color Cylindrical-coordinate representation of color #ACF192: hue angle of 103.58º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACF192 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 146 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.05 |
| HSL | 103.58º | 0.77% | 0.76% | - |
| HSV(B) | 103.58º | 0.39% | 0.95% | - |
| XYZ | 53.66 | 73.76 | 38.6 | - |
| YUV | 209.54 | 92.14 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 146 | 0.29 | 0 | 0.39 | 0.05 | 103.58 | 0.77 | 0.76 |
| Hex | AC | F1 | 92 | 1D | 0 | 27 | 5 | 68 | 4D | 4C |
| Octal | 254 | 361 | 222 | 35 | 0 | 47 | 5 | 150 | 115 | 114 |
| Binary | 10101100 | 11110001 | 10010010 | 11101 | 0 | 100111 | 101 | 1101000 | 1001101 | 1001100 |
Color Harmonies of #ACF192
Complementary color
Monochromatic Colors of #ACF192
Black with #ACF192
Text Example
Text Example
White with #ACF192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF192; }
p { color: rgb(172,241,146); }
H1.HeaderClassName
{
color: #ACF192;
}
.AnyTagClassName
{
color: #ACF192;
}
</style>
background-color css
<style>
a { background-color: #ACF192; }
a { background-color: rgb(172,241,146); }
div.DivClassName
{
background-color: #ACF192;
}
.BgClassName
{
background-color: #ACF192;
}
</style>
border-color css
<style>
span { border-color: #ACF192; }
span { border-color: rgb(172,241,146); }
td.TdClassName
{
border-color: #ACF192;
}
.TagClassName
{
border-color: #ACF192;
}
</style>