Html Css Color HEX #ACF48F Granny Smith Apple
📋 copy color: '#ACF48F'red 172 ◦ green 244 ◦ blue 143
Shades of Granny Smith Apple #ACF48F
Tints of Granny Smith Apple #ACF48F
RGB
CMYK
RGB Variations
Color information
#ACF48F (or 0xACF48F) is known color: Granny Smith Apple. HEX triplet: AC, F4 and 8F. RGB value is (172,244,143). Sum of RGB (Red+Green+Blue) = 172+244+143=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 244 (95.70% from 255 or 43.65% from 559); Blue value is 143 (56.25% from 255 or 25.58% from 559); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF48F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF48F is #530B70. Grayscale: #D3D3D3. Windows color (decimal): -5442417 or 9434284. OLE color: 9434284.
HSL color Cylindrical-coordinate representation of color #ACF48F: hue angle of 102.77º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACF48F is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 143 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.04 |
| HSL | 102.77º | 0.82% | 0.76% | - |
| HSV(B) | 102.77º | 0.41% | 0.96% | - |
| XYZ | 54.32 | 75.46 | 37.69 | - |
| YUV | 210.96 | 89.65 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 143 | 0.30 | 0 | 0.41 | 0.04 | 102.77 | 0.82 | 0.76 |
| Hex | AC | F4 | 8F | 1E | 0 | 29 | 4 | 67 | 52 | 4C |
| Octal | 254 | 364 | 217 | 36 | 0 | 51 | 4 | 147 | 122 | 114 |
| Binary | 10101100 | 11110100 | 10001111 | 11110 | 0 | 101001 | 100 | 1100111 | 1010010 | 1001100 |
Color Harmonies of #ACF48F
Complementary color
Monochromatic Colors of #ACF48F
Black with #ACF48F
Text Example
Text Example
White with #ACF48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF48F; }
p { color: rgb(172,244,143); }
H1.HeaderClassName
{
color: #ACF48F;
}
.AnyTagClassName
{
color: #ACF48F;
}
</style>
background-color css
<style>
a { background-color: #ACF48F; }
a { background-color: rgb(172,244,143); }
div.DivClassName
{
background-color: #ACF48F;
}
.BgClassName
{
background-color: #ACF48F;
}
</style>
border-color css
<style>
span { border-color: #ACF48F; }
span { border-color: rgb(172,244,143); }
td.TdClassName
{
border-color: #ACF48F;
}
.TagClassName
{
border-color: #ACF48F;
}
</style>