Html Css Color HEX #ACF590 Granny Smith Apple
📋 copy color: '#ACF590'red 172 ◦ green 245 ◦ blue 144
Shades of Granny Smith Apple #ACF590
Tints of Granny Smith Apple #ACF590
RGB
CMYK
RGB Variations
Color information
#ACF590 (or 0xACF590) is known color: Granny Smith Apple. HEX triplet: AC, F5 and 90. RGB value is (172,245,144). Sum of RGB (Red+Green+Blue) = 172+245+144=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 245 (96.09% from 255 or 43.67% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF590 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF590 is #530A6F. Grayscale: #D3D3D3. Windows color (decimal): -5442160 or 9500076. OLE color: 9500076.
HSL color Cylindrical-coordinate representation of color #ACF590: hue angle of 103.37º degrees, saturation: 0.83, 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 #ACF590 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 144 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.04 |
| HSL | 103.37º | 0.83% | 0.76% | - |
| HSV(B) | 103.37º | 0.41% | 0.96% | - |
| XYZ | 54.7 | 76.09 | 38.19 | - |
| YUV | 211.66 | 89.82 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 144 | 0.30 | 0 | 0.41 | 0.04 | 103.37 | 0.83 | 0.76 |
| Hex | AC | F5 | 90 | 1E | 0 | 29 | 4 | 67 | 53 | 4C |
| Octal | 254 | 365 | 220 | 36 | 0 | 51 | 4 | 147 | 123 | 114 |
| Binary | 10101100 | 11110101 | 10010000 | 11110 | 0 | 101001 | 100 | 1100111 | 1010011 | 1001100 |
Color Harmonies of #ACF590
Complementary color
Monochromatic Colors of #ACF590
Black with #ACF590
Text Example
Text Example
White with #ACF590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF590; }
p { color: rgb(172,245,144); }
H1.HeaderClassName
{
color: #ACF590;
}
.AnyTagClassName
{
color: #ACF590;
}
</style>
background-color css
<style>
a { background-color: #ACF590; }
a { background-color: rgb(172,245,144); }
div.DivClassName
{
background-color: #ACF590;
}
.BgClassName
{
background-color: #ACF590;
}
</style>
border-color css
<style>
span { border-color: #ACF590; }
span { border-color: rgb(172,245,144); }
td.TdClassName
{
border-color: #ACF590;
}
.TagClassName
{
border-color: #ACF590;
}
</style>