Html Css Color HEX #ACF18E Granny Smith Apple
📋 copy color: '#ACF18E'red 172 ◦ green 241 ◦ blue 142
Shades of Granny Smith Apple #ACF18E
Tints of Granny Smith Apple #ACF18E
RGB
CMYK
RGB Variations
Color information
#ACF18E (or 0xACF18E) is known color: Granny Smith Apple. HEX triplet: AC, F1 and 8E. RGB value is (172,241,142). Sum of RGB (Red+Green+Blue) = 172+241+142=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 142 (55.86% from 255 or 25.59% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF18E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF18E is #530E71. Grayscale: #D1D1D1. Windows color (decimal): -5443186 or 9367980. OLE color: 9367980.
HSL color Cylindrical-coordinate representation of color #ACF18E: hue angle of 101.82º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACF18E is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 142 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.05 |
| HSL | 101.82º | 0.78% | 0.75% | - |
| HSV(B) | 101.82º | 0.41% | 0.95% | - |
| XYZ | 53.35 | 73.63 | 36.99 | - |
| YUV | 209.08 | 90.14 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 142 | 0.29 | 0 | 0.41 | 0.05 | 101.82 | 0.78 | 0.75 |
| Hex | AC | F1 | 8E | 1D | 0 | 29 | 5 | 66 | 4E | 4B |
| Octal | 254 | 361 | 216 | 35 | 0 | 51 | 5 | 146 | 116 | 113 |
| Binary | 10101100 | 11110001 | 10001110 | 11101 | 0 | 101001 | 101 | 1100110 | 1001110 | 1001011 |
Color Harmonies of #ACF18E
Complementary color
Monochromatic Colors of #ACF18E
Black with #ACF18E
Text Example
Text Example
White with #ACF18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF18E; }
p { color: rgb(172,241,142); }
H1.HeaderClassName
{
color: #ACF18E;
}
.AnyTagClassName
{
color: #ACF18E;
}
</style>
background-color css
<style>
a { background-color: #ACF18E; }
a { background-color: rgb(172,241,142); }
div.DivClassName
{
background-color: #ACF18E;
}
.BgClassName
{
background-color: #ACF18E;
}
</style>
border-color css
<style>
span { border-color: #ACF18E; }
span { border-color: rgb(172,241,142); }
td.TdClassName
{
border-color: #ACF18E;
}
.TagClassName
{
border-color: #ACF18E;
}
</style>