Html Css Color HEX #ACF58E Granny Smith Apple
📋 copy color: '#ACF58E'red 172 ◦ green 245 ◦ blue 142
Shades of Granny Smith Apple #ACF58E
Tints of Granny Smith Apple #ACF58E
RGB
CMYK
RGB Variations
Color information
#ACF58E (or 0xACF58E) is known color: Granny Smith Apple. HEX triplet: AC, F5 and 8E. RGB value is (172,245,142). Sum of RGB (Red+Green+Blue) = 172+245+142=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF58E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF58E is #530A71. Grayscale: #D3D3D3. Windows color (decimal): -5442162 or 9369004. OLE color: 9369004.
HSL color Cylindrical-coordinate representation of color #ACF58E: hue angle of 102.52º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACF58E is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 142 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.04 |
| HSL | 102.52º | 0.84% | 0.76% | - |
| HSV(B) | 102.52º | 0.42% | 0.96% | - |
| XYZ | 54.55 | 76.03 | 37.39 | - |
| YUV | 211.43 | 88.82 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 142 | 0.30 | 0 | 0.42 | 0.04 | 102.52 | 0.84 | 0.76 |
| Hex | AC | F5 | 8E | 1E | 0 | 2A | 4 | 67 | 54 | 4C |
| Octal | 254 | 365 | 216 | 36 | 0 | 52 | 4 | 147 | 124 | 114 |
| Binary | 10101100 | 11110101 | 10001110 | 11110 | 0 | 101010 | 100 | 1100111 | 1010100 | 1001100 |
Color Harmonies of #ACF58E
Complementary color
Monochromatic Colors of #ACF58E
Black with #ACF58E
Text Example
Text Example
White with #ACF58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF58E; }
p { color: rgb(172,245,142); }
H1.HeaderClassName
{
color: #ACF58E;
}
.AnyTagClassName
{
color: #ACF58E;
}
</style>
background-color css
<style>
a { background-color: #ACF58E; }
a { background-color: rgb(172,245,142); }
div.DivClassName
{
background-color: #ACF58E;
}
.BgClassName
{
background-color: #ACF58E;
}
</style>
border-color css
<style>
span { border-color: #ACF58E; }
span { border-color: rgb(172,245,142); }
td.TdClassName
{
border-color: #ACF58E;
}
.TagClassName
{
border-color: #ACF58E;
}
</style>