Html Css Color HEX #ACF296 Granny Smith Apple
📋 copy color: '#ACF296'red 172 ◦ green 242 ◦ blue 150
Shades of Granny Smith Apple #ACF296
Tints of Granny Smith Apple #ACF296
RGB
CMYK
RGB Variations
Color information
#ACF296 (or 0xACF296) is known color: Granny Smith Apple. HEX triplet: AC, F2 and 96. RGB value is (172,242,150). Sum of RGB (Red+Green+Blue) = 172+242+150=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF296 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF296 is #530D69. Grayscale: #D2D2D2. Windows color (decimal): -5442922 or 9892524. OLE color: 9892524.
HSL color Cylindrical-coordinate representation of color #ACF296: hue angle of 105.65º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACF296 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 150 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.05 |
| HSL | 105.65º | 0.78% | 0.77% | - |
| HSV(B) | 105.65º | 0.38% | 0.95% | - |
| XYZ | 54.27 | 74.48 | 40.37 | - |
| YUV | 210.58 | 93.81 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 150 | 0.29 | 0 | 0.38 | 0.05 | 105.65 | 0.78 | 0.77 |
| Hex | AC | F2 | 96 | 1D | 0 | 26 | 5 | 6A | 4E | 4D |
| Octal | 254 | 362 | 226 | 35 | 0 | 46 | 5 | 152 | 116 | 115 |
| Binary | 10101100 | 11110010 | 10010110 | 11101 | 0 | 100110 | 101 | 1101010 | 1001110 | 1001101 |
Color Harmonies of #ACF296
Complementary color
Monochromatic Colors of #ACF296
Black with #ACF296
Text Example
Text Example
White with #ACF296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF296; }
p { color: rgb(172,242,150); }
H1.HeaderClassName
{
color: #ACF296;
}
.AnyTagClassName
{
color: #ACF296;
}
</style>
background-color css
<style>
a { background-color: #ACF296; }
a { background-color: rgb(172,242,150); }
div.DivClassName
{
background-color: #ACF296;
}
.BgClassName
{
background-color: #ACF296;
}
</style>
border-color css
<style>
span { border-color: #ACF296; }
span { border-color: rgb(172,242,150); }
td.TdClassName
{
border-color: #ACF296;
}
.TagClassName
{
border-color: #ACF296;
}
</style>