Html Css Color HEX #ACF195 Granny Smith Apple
📋 copy color: '#ACF195'red 172 ◦ green 241 ◦ blue 149
Shades of Granny Smith Apple #ACF195
Tints of Granny Smith Apple #ACF195
RGB
CMYK
RGB Variations
Color information
#ACF195 (or 0xACF195) is known color: Granny Smith Apple. HEX triplet: AC, F1 and 95. RGB value is (172,241,149). Sum of RGB (Red+Green+Blue) = 172+241+149=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF195 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF195 is #530E6A. Grayscale: #D2D2D2. Windows color (decimal): -5443179 or 9826732. OLE color: 9826732.
HSL color Cylindrical-coordinate representation of color #ACF195: hue angle of 105º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACF195 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 149 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.05 |
| HSL | 105º | 0.77% | 0.76% | - |
| HSV(B) | 105º | 0.38% | 0.95% | - |
| XYZ | 53.89 | 73.85 | 39.85 | - |
| YUV | 209.88 | 93.64 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 149 | 0.29 | 0 | 0.38 | 0.05 | 105 | 0.77 | 0.76 |
| Hex | AC | F1 | 95 | 1D | 0 | 26 | 5 | 69 | 4D | 4C |
| Octal | 254 | 361 | 225 | 35 | 0 | 46 | 5 | 151 | 115 | 114 |
| Binary | 10101100 | 11110001 | 10010101 | 11101 | 0 | 100110 | 101 | 1101001 | 1001101 | 1001100 |
Color Harmonies of #ACF195
Complementary color
Monochromatic Colors of #ACF195
Black with #ACF195
Text Example
Text Example
White with #ACF195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF195; }
p { color: rgb(172,241,149); }
H1.HeaderClassName
{
color: #ACF195;
}
.AnyTagClassName
{
color: #ACF195;
}
</style>
background-color css
<style>
a { background-color: #ACF195; }
a { background-color: rgb(172,241,149); }
div.DivClassName
{
background-color: #ACF195;
}
.BgClassName
{
background-color: #ACF195;
}
</style>
border-color css
<style>
span { border-color: #ACF195; }
span { border-color: rgb(172,241,149); }
td.TdClassName
{
border-color: #ACF195;
}
.TagClassName
{
border-color: #ACF195;
}
</style>