Html Css Color HEX #A1EF84 Granny Smith Apple
📋 copy color: '#A1EF84'red 161 ◦ green 239 ◦ blue 132
Shades of Granny Smith Apple #A1EF84
Tints of Granny Smith Apple #A1EF84
RGB
CMYK
RGB Variations
Color information
#A1EF84 (or 0xA1EF84) is known color: Granny Smith Apple. HEX triplet: A1, EF and 84. RGB value is (161,239,132). Sum of RGB (Red+Green+Blue) = 161+239+132=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 239 (93.75% from 255 or 44.92% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EF84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EF84 is #5E107B. Grayscale: #CBCBCB. Windows color (decimal): -6164604 or 8712097. OLE color: 8712097.
HSL color Cylindrical-coordinate representation of color #A1EF84: hue angle of 103.74º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1EF84 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 132 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.06 |
| HSL | 103.74º | 0.77% | 0.73% | - |
| HSV(B) | 103.74º | 0.45% | 0.94% | - |
| XYZ | 49.73 | 70.98 | 32.91 | - |
| YUV | 203.48 | 87.66 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 132 | 0.33 | 0 | 0.45 | 0.06 | 103.74 | 0.77 | 0.73 |
| Hex | A1 | EF | 84 | 21 | 0 | 2D | 6 | 68 | 4D | 49 |
| Octal | 241 | 357 | 204 | 41 | 0 | 55 | 6 | 150 | 115 | 111 |
| Binary | 10100001 | 11101111 | 10000100 | 100001 | 0 | 101101 | 110 | 1101000 | 1001101 | 1001001 |
Color Harmonies of #A1EF84
Complementary color
Monochromatic Colors of #A1EF84
Black with #A1EF84
Text Example
Text Example
White with #A1EF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EF84; }
p { color: rgb(161,239,132); }
H1.HeaderClassName
{
color: #A1EF84;
}
.AnyTagClassName
{
color: #A1EF84;
}
</style>
background-color css
<style>
a { background-color: #A1EF84; }
a { background-color: rgb(161,239,132); }
div.DivClassName
{
background-color: #A1EF84;
}
.BgClassName
{
background-color: #A1EF84;
}
</style>
border-color css
<style>
span { border-color: #A1EF84; }
span { border-color: rgb(161,239,132); }
td.TdClassName
{
border-color: #A1EF84;
}
.TagClassName
{
border-color: #A1EF84;
}
</style>