Html Css Color HEX #ACF28E Granny Smith Apple
📋 copy color: '#ACF28E'red 172 ◦ green 242 ◦ blue 142
Shades of Granny Smith Apple #ACF28E
Tints of Granny Smith Apple #ACF28E
RGB
CMYK
RGB Variations
Color information
#ACF28E (or 0xACF28E) is known color: Granny Smith Apple. HEX triplet: AC, F2 and 8E. RGB value is (172,242,142). Sum of RGB (Red+Green+Blue) = 172+242+142=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 142 (55.86% from 255 or 25.54% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF28E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF28E is #530D71. Grayscale: #D2D2D2. Windows color (decimal): -5442930 or 9368236. OLE color: 9368236.
HSL color Cylindrical-coordinate representation of color #ACF28E: hue angle of 102º degrees, saturation: 0.79, 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 #ACF28E is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 142 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.05 |
| HSL | 102º | 0.79% | 0.75% | - |
| HSV(B) | 102º | 0.41% | 0.95% | - |
| XYZ | 53.65 | 74.23 | 37.09 | - |
| YUV | 209.67 | 89.81 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 142 | 0.29 | 0 | 0.41 | 0.05 | 102 | 0.79 | 0.75 |
| Hex | AC | F2 | 8E | 1D | 0 | 29 | 5 | 66 | 4F | 4B |
| Octal | 254 | 362 | 216 | 35 | 0 | 51 | 5 | 146 | 117 | 113 |
| Binary | 10101100 | 11110010 | 10001110 | 11101 | 0 | 101001 | 101 | 1100110 | 1001111 | 1001011 |
Color Harmonies of #ACF28E
Complementary color
Monochromatic Colors of #ACF28E
Black with #ACF28E
Text Example
Text Example
White with #ACF28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF28E; }
p { color: rgb(172,242,142); }
H1.HeaderClassName
{
color: #ACF28E;
}
.AnyTagClassName
{
color: #ACF28E;
}
</style>
background-color css
<style>
a { background-color: #ACF28E; }
a { background-color: rgb(172,242,142); }
div.DivClassName
{
background-color: #ACF28E;
}
.BgClassName
{
background-color: #ACF28E;
}
</style>
border-color css
<style>
span { border-color: #ACF28E; }
span { border-color: rgb(172,242,142); }
td.TdClassName
{
border-color: #ACF28E;
}
.TagClassName
{
border-color: #ACF28E;
}
</style>