Html Css Color HEX #ACF18F Granny Smith Apple
📋 copy color: '#ACF18F'red 172 ◦ green 241 ◦ blue 143
Shades of Granny Smith Apple #ACF18F
Tints of Granny Smith Apple #ACF18F
RGB
CMYK
RGB Variations
Color information
#ACF18F (or 0xACF18F) is known color: Granny Smith Apple. HEX triplet: AC, F1 and 8F. RGB value is (172,241,143). Sum of RGB (Red+Green+Blue) = 172+241+143=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 143 (56.25% from 255 or 25.72% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF18F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF18F is #530E70. Grayscale: #D1D1D1. Windows color (decimal): -5443185 or 9433516. OLE color: 9433516.
HSL color Cylindrical-coordinate representation of color #ACF18F: hue angle of 102.24º 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 #ACF18F is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 143 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.05 |
| HSL | 102.24º | 0.78% | 0.75% | - |
| HSV(B) | 102.24º | 0.41% | 0.95% | - |
| XYZ | 53.43 | 73.66 | 37.39 | - |
| YUV | 209.2 | 90.64 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 143 | 0.29 | 0 | 0.41 | 0.05 | 102.24 | 0.78 | 0.75 |
| Hex | AC | F1 | 8F | 1D | 0 | 29 | 5 | 66 | 4E | 4B |
| Octal | 254 | 361 | 217 | 35 | 0 | 51 | 5 | 146 | 116 | 113 |
| Binary | 10101100 | 11110001 | 10001111 | 11101 | 0 | 101001 | 101 | 1100110 | 1001110 | 1001011 |
Color Harmonies of #ACF18F
Complementary color
Monochromatic Colors of #ACF18F
Black with #ACF18F
Text Example
Text Example
White with #ACF18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF18F; }
p { color: rgb(172,241,143); }
H1.HeaderClassName
{
color: #ACF18F;
}
.AnyTagClassName
{
color: #ACF18F;
}
</style>
background-color css
<style>
a { background-color: #ACF18F; }
a { background-color: rgb(172,241,143); }
div.DivClassName
{
background-color: #ACF18F;
}
.BgClassName
{
background-color: #ACF18F;
}
</style>
border-color css
<style>
span { border-color: #ACF18F; }
span { border-color: rgb(172,241,143); }
td.TdClassName
{
border-color: #ACF18F;
}
.TagClassName
{
border-color: #ACF18F;
}
</style>