Html Css Color HEX #ACF08F Granny Smith Apple
📋 copy color: '#ACF08F'red 172 ◦ green 240 ◦ blue 143
Shades of Granny Smith Apple #ACF08F
Tints of Granny Smith Apple #ACF08F
RGB
CMYK
RGB Variations
Color information
#ACF08F (or 0xACF08F) is known color: Granny Smith Apple. HEX triplet: AC, F0 and 8F. RGB value is (172,240,143). Sum of RGB (Red+Green+Blue) = 172+240+143=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 143 (56.25% from 255 or 25.77% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF08F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF08F is #530F70. Grayscale: #D0D0D0. Windows color (decimal): -5443441 or 9433260. OLE color: 9433260.
HSL color Cylindrical-coordinate representation of color #ACF08F: hue angle of 102.06º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACF08F is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 143 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.06 |
| HSL | 102.06º | 0.76% | 0.75% | - |
| HSV(B) | 102.06º | 0.4% | 0.94% | - |
| XYZ | 53.13 | 73.07 | 37.29 | - |
| YUV | 208.61 | 90.97 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 143 | 0.28 | 0 | 0.40 | 0.06 | 102.06 | 0.76 | 0.75 |
| Hex | AC | F0 | 8F | 1C | 0 | 28 | 6 | 66 | 4C | 4B |
| Octal | 254 | 360 | 217 | 34 | 0 | 50 | 6 | 146 | 114 | 113 |
| Binary | 10101100 | 11110000 | 10001111 | 11100 | 0 | 101000 | 110 | 1100110 | 1001100 | 1001011 |
Color Harmonies of #ACF08F
Complementary color
Monochromatic Colors of #ACF08F
Black with #ACF08F
Text Example
Text Example
White with #ACF08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF08F; }
p { color: rgb(172,240,143); }
H1.HeaderClassName
{
color: #ACF08F;
}
.AnyTagClassName
{
color: #ACF08F;
}
</style>
background-color css
<style>
a { background-color: #ACF08F; }
a { background-color: rgb(172,240,143); }
div.DivClassName
{
background-color: #ACF08F;
}
.BgClassName
{
background-color: #ACF08F;
}
</style>
border-color css
<style>
span { border-color: #ACF08F; }
span { border-color: rgb(172,240,143); }
td.TdClassName
{
border-color: #ACF08F;
}
.TagClassName
{
border-color: #ACF08F;
}
</style>