Html Css Color HEX #A1EF86 Granny Smith Apple
📋 copy color: '#A1EF86'red 161 ◦ green 239 ◦ blue 134
Shades of Granny Smith Apple #A1EF86
Tints of Granny Smith Apple #A1EF86
RGB
CMYK
RGB Variations
Color information
#A1EF86 (or 0xA1EF86) is known color: Granny Smith Apple. HEX triplet: A1, EF and 86. RGB value is (161,239,134). Sum of RGB (Red+Green+Blue) = 161+239+134=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EF86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EF86 is #5E1079. Grayscale: #CCCCCC. Windows color (decimal): -6164602 or 8843169. OLE color: 8843169.
HSL color Cylindrical-coordinate representation of color #A1EF86: hue angle of 104.57º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1EF86 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 134 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.06 |
| HSL | 104.57º | 0.77% | 0.73% | - |
| HSV(B) | 104.57º | 0.44% | 0.94% | - |
| XYZ | 49.87 | 71.03 | 33.64 | - |
| YUV | 203.71 | 88.66 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 134 | 0.33 | 0 | 0.44 | 0.06 | 104.57 | 0.77 | 0.73 |
| Hex | A1 | EF | 86 | 21 | 0 | 2C | 6 | 69 | 4D | 49 |
| Octal | 241 | 357 | 206 | 41 | 0 | 54 | 6 | 151 | 115 | 111 |
| Binary | 10100001 | 11101111 | 10000110 | 100001 | 0 | 101100 | 110 | 1101001 | 1001101 | 1001001 |
Color Harmonies of #A1EF86
Complementary color
Monochromatic Colors of #A1EF86
Black with #A1EF86
Text Example
Text Example
White with #A1EF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EF86; }
p { color: rgb(161,239,134); }
H1.HeaderClassName
{
color: #A1EF86;
}
.AnyTagClassName
{
color: #A1EF86;
}
</style>
background-color css
<style>
a { background-color: #A1EF86; }
a { background-color: rgb(161,239,134); }
div.DivClassName
{
background-color: #A1EF86;
}
.BgClassName
{
background-color: #A1EF86;
}
</style>
border-color css
<style>
span { border-color: #A1EF86; }
span { border-color: rgb(161,239,134); }
td.TdClassName
{
border-color: #A1EF86;
}
.TagClassName
{
border-color: #A1EF86;
}
</style>