Html Css Color HEX #ACF58C Granny Smith Apple
📋 copy color: '#ACF58C'red 172 ◦ green 245 ◦ blue 140
Shades of Granny Smith Apple #ACF58C
Tints of Granny Smith Apple #ACF58C
RGB
CMYK
RGB Variations
Color information
#ACF58C (or 0xACF58C) is known color: Granny Smith Apple. HEX triplet: AC, F5 and 8C. RGB value is (172,245,140). Sum of RGB (Red+Green+Blue) = 172+245+140=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 245 (96.09% from 255 or 43.99% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF58C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF58C is #530A73. Grayscale: #D3D3D3. Windows color (decimal): -5442164 or 9237932. OLE color: 9237932.
HSL color Cylindrical-coordinate representation of color #ACF58C: hue angle of 101.71º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACF58C is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 140 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.04 |
| HSL | 101.71º | 0.84% | 0.75% | - |
| HSV(B) | 101.71º | 0.43% | 0.96% | - |
| XYZ | 54.4 | 75.97 | 36.61 | - |
| YUV | 211.2 | 87.82 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 140 | 0.30 | 0 | 0.43 | 0.04 | 101.71 | 0.84 | 0.75 |
| Hex | AC | F5 | 8C | 1E | 0 | 2B | 4 | 66 | 54 | 4B |
| Octal | 254 | 365 | 214 | 36 | 0 | 53 | 4 | 146 | 124 | 113 |
| Binary | 10101100 | 11110101 | 10001100 | 11110 | 0 | 101011 | 100 | 1100110 | 1010100 | 1001011 |
Color Harmonies of #ACF58C
Complementary color
Monochromatic Colors of #ACF58C
Black with #ACF58C
Text Example
Text Example
White with #ACF58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF58C; }
p { color: rgb(172,245,140); }
H1.HeaderClassName
{
color: #ACF58C;
}
.AnyTagClassName
{
color: #ACF58C;
}
</style>
background-color css
<style>
a { background-color: #ACF58C; }
a { background-color: rgb(172,245,140); }
div.DivClassName
{
background-color: #ACF58C;
}
.BgClassName
{
background-color: #ACF58C;
}
</style>
border-color css
<style>
span { border-color: #ACF58C; }
span { border-color: rgb(172,245,140); }
td.TdClassName
{
border-color: #ACF58C;
}
.TagClassName
{
border-color: #ACF58C;
}
</style>