Html Css Color HEX #ACF094 Granny Smith Apple
📋 copy color: '#ACF094'red 172 ◦ green 240 ◦ blue 148
Shades of Granny Smith Apple #ACF094
Tints of Granny Smith Apple #ACF094
RGB
CMYK
RGB Variations
Color information
#ACF094 (or 0xACF094) is known color: Granny Smith Apple. HEX triplet: AC, F0 and 94. RGB value is (172,240,148). Sum of RGB (Red+Green+Blue) = 172+240+148=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF094 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF094 is #530F6B. Grayscale: #D1D1D1. Windows color (decimal): -5443436 or 9760940. OLE color: 9760940.
HSL color Cylindrical-coordinate representation of color #ACF094: hue angle of 104.35º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACF094 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 148 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.06 |
| HSL | 104.35º | 0.75% | 0.76% | - |
| HSV(B) | 104.35º | 0.38% | 0.94% | - |
| XYZ | 53.52 | 73.23 | 39.33 | - |
| YUV | 209.18 | 93.47 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 148 | 0.28 | 0 | 0.38 | 0.06 | 104.35 | 0.75 | 0.76 |
| Hex | AC | F0 | 94 | 1C | 0 | 26 | 6 | 68 | 4B | 4C |
| Octal | 254 | 360 | 224 | 34 | 0 | 46 | 6 | 150 | 113 | 114 |
| Binary | 10101100 | 11110000 | 10010100 | 11100 | 0 | 100110 | 110 | 1101000 | 1001011 | 1001100 |
Color Harmonies of #ACF094
Complementary color
Monochromatic Colors of #ACF094
Black with #ACF094
Text Example
Text Example
White with #ACF094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF094; }
p { color: rgb(172,240,148); }
H1.HeaderClassName
{
color: #ACF094;
}
.AnyTagClassName
{
color: #ACF094;
}
</style>
background-color css
<style>
a { background-color: #ACF094; }
a { background-color: rgb(172,240,148); }
div.DivClassName
{
background-color: #ACF094;
}
.BgClassName
{
background-color: #ACF094;
}
</style>
border-color css
<style>
span { border-color: #ACF094; }
span { border-color: rgb(172,240,148); }
td.TdClassName
{
border-color: #ACF094;
}
.TagClassName
{
border-color: #ACF094;
}
</style>