Html Css Color HEX #ACF68A Granny Smith Apple
📋 copy color: '#ACF68A'red 172 ◦ green 246 ◦ blue 138
Shades of Granny Smith Apple #ACF68A
Tints of Granny Smith Apple #ACF68A
RGB
CMYK
RGB Variations
Color information
#ACF68A (or 0xACF68A) is known color: Granny Smith Apple. HEX triplet: AC, F6 and 8A. RGB value is (172,246,138). Sum of RGB (Red+Green+Blue) = 172+246+138=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 246 (96.48% from 255 or 44.24% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF68A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF68A is #530975. Grayscale: #D3D3D3. Windows color (decimal): -5441910 or 9107116. OLE color: 9107116.
HSL color Cylindrical-coordinate representation of color #ACF68A: hue angle of 101.11º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACF68A is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 138 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.04 |
| HSL | 101.11º | 0.86% | 0.75% | - |
| HSV(B) | 101.11º | 0.44% | 0.96% | - |
| XYZ | 54.56 | 76.52 | 35.94 | - |
| YUV | 211.56 | 86.48 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 138 | 0.30 | 0 | 0.44 | 0.04 | 101.11 | 0.86 | 0.75 |
| Hex | AC | F6 | 8A | 1E | 0 | 2C | 4 | 65 | 56 | 4B |
| Octal | 254 | 366 | 212 | 36 | 0 | 54 | 4 | 145 | 126 | 113 |
| Binary | 10101100 | 11110110 | 10001010 | 11110 | 0 | 101100 | 100 | 1100101 | 1010110 | 1001011 |
Color Harmonies of #ACF68A
Complementary color
Monochromatic Colors of #ACF68A
Black with #ACF68A
Text Example
Text Example
White with #ACF68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF68A; }
p { color: rgb(172,246,138); }
H1.HeaderClassName
{
color: #ACF68A;
}
.AnyTagClassName
{
color: #ACF68A;
}
</style>
background-color css
<style>
a { background-color: #ACF68A; }
a { background-color: rgb(172,246,138); }
div.DivClassName
{
background-color: #ACF68A;
}
.BgClassName
{
background-color: #ACF68A;
}
</style>
border-color css
<style>
span { border-color: #ACF68A; }
span { border-color: rgb(172,246,138); }
td.TdClassName
{
border-color: #ACF68A;
}
.TagClassName
{
border-color: #ACF68A;
}
</style>