Html Css Color HEX #ACF18D Granny Smith Apple
📋 copy color: '#ACF18D'red 172 ◦ green 241 ◦ blue 141
Shades of Granny Smith Apple #ACF18D
Tints of Granny Smith Apple #ACF18D
RGB
CMYK
RGB Variations
Color information
#ACF18D (or 0xACF18D) is known color: Granny Smith Apple. HEX triplet: AC, F1 and 8D. RGB value is (172,241,141). Sum of RGB (Red+Green+Blue) = 172+241+141=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF18D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF18D is #530E72. Grayscale: #D1D1D1. Windows color (decimal): -5443187 or 9302444. OLE color: 9302444.
HSL color Cylindrical-coordinate representation of color #ACF18D: hue angle of 101.4º 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 #ACF18D is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 141 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.05 |
| HSL | 101.4º | 0.78% | 0.75% | - |
| HSV(B) | 101.4º | 0.41% | 0.95% | - |
| XYZ | 53.28 | 73.6 | 36.6 | - |
| YUV | 208.97 | 89.64 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 141 | 0.29 | 0 | 0.41 | 0.05 | 101.4 | 0.78 | 0.75 |
| Hex | AC | F1 | 8D | 1D | 0 | 29 | 5 | 65 | 4E | 4B |
| Octal | 254 | 361 | 215 | 35 | 0 | 51 | 5 | 145 | 116 | 113 |
| Binary | 10101100 | 11110001 | 10001101 | 11101 | 0 | 101001 | 101 | 1100101 | 1001110 | 1001011 |
Color Harmonies of #ACF18D
Complementary color
Monochromatic Colors of #ACF18D
Black with #ACF18D
Text Example
Text Example
White with #ACF18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF18D; }
p { color: rgb(172,241,141); }
H1.HeaderClassName
{
color: #ACF18D;
}
.AnyTagClassName
{
color: #ACF18D;
}
</style>
background-color css
<style>
a { background-color: #ACF18D; }
a { background-color: rgb(172,241,141); }
div.DivClassName
{
background-color: #ACF18D;
}
.BgClassName
{
background-color: #ACF18D;
}
</style>
border-color css
<style>
span { border-color: #ACF18D; }
span { border-color: rgb(172,241,141); }
td.TdClassName
{
border-color: #ACF18D;
}
.TagClassName
{
border-color: #ACF18D;
}
</style>