Html Css Color HEX #ACF08D Granny Smith Apple
📋 copy color: '#ACF08D'red 172 ◦ green 240 ◦ blue 141
Shades of Granny Smith Apple #ACF08D
Tints of Granny Smith Apple #ACF08D
RGB
CMYK
RGB Variations
Color information
#ACF08D (or 0xACF08D) is known color: Granny Smith Apple. HEX triplet: AC, F0 and 8D. RGB value is (172,240,141). Sum of RGB (Red+Green+Blue) = 172+240+141=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF08D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF08D is #530F72. Grayscale: #D0D0D0. Windows color (decimal): -5443443 or 9302188. OLE color: 9302188.
HSL color Cylindrical-coordinate representation of color #ACF08D: hue angle of 101.21º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACF08D is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 141 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.06 |
| HSL | 101.21º | 0.77% | 0.75% | - |
| HSV(B) | 101.21º | 0.41% | 0.94% | - |
| XYZ | 52.98 | 73.01 | 36.5 | - |
| YUV | 208.38 | 89.97 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 141 | 0.28 | 0 | 0.41 | 0.06 | 101.21 | 0.77 | 0.75 |
| Hex | AC | F0 | 8D | 1C | 0 | 29 | 6 | 65 | 4D | 4B |
| Octal | 254 | 360 | 215 | 34 | 0 | 51 | 6 | 145 | 115 | 113 |
| Binary | 10101100 | 11110000 | 10001101 | 11100 | 0 | 101001 | 110 | 1100101 | 1001101 | 1001011 |
Color Harmonies of #ACF08D
Complementary color
Monochromatic Colors of #ACF08D
Black with #ACF08D
Text Example
Text Example
White with #ACF08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF08D; }
p { color: rgb(172,240,141); }
H1.HeaderClassName
{
color: #ACF08D;
}
.AnyTagClassName
{
color: #ACF08D;
}
</style>
background-color css
<style>
a { background-color: #ACF08D; }
a { background-color: rgb(172,240,141); }
div.DivClassName
{
background-color: #ACF08D;
}
.BgClassName
{
background-color: #ACF08D;
}
</style>
border-color css
<style>
span { border-color: #ACF08D; }
span { border-color: rgb(172,240,141); }
td.TdClassName
{
border-color: #ACF08D;
}
.TagClassName
{
border-color: #ACF08D;
}
</style>