Html Css Color HEX #A2EF84 Granny Smith Apple
📋 copy color: '#A2EF84'red 162 ◦ green 239 ◦ blue 132
Shades of Granny Smith Apple #A2EF84
Tints of Granny Smith Apple #A2EF84
RGB
CMYK
RGB Variations
Color information
#A2EF84 (or 0xA2EF84) is known color: Granny Smith Apple. HEX triplet: A2, EF and 84. RGB value is (162,239,132). Sum of RGB (Red+Green+Blue) = 162+239+132=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 132 (51.95% from 255 or 24.77% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EF84 is #5D107B. Grayscale: #CCCCCC. Windows color (decimal): -6099068 or 8712098. OLE color: 8712098.
HSL color Cylindrical-coordinate representation of color #A2EF84: hue angle of 103.18º 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 #A2EF84 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 132 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.06 |
| HSL | 103.18º | 0.77% | 0.73% | - |
| HSV(B) | 103.18º | 0.45% | 0.94% | - |
| XYZ | 49.93 | 71.08 | 32.92 | - |
| YUV | 203.78 | 87.49 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 132 | 0.32 | 0 | 0.45 | 0.06 | 103.18 | 0.77 | 0.73 |
| Hex | A2 | EF | 84 | 20 | 0 | 2D | 6 | 67 | 4D | 49 |
| Octal | 242 | 357 | 204 | 40 | 0 | 55 | 6 | 147 | 115 | 111 |
| Binary | 10100010 | 11101111 | 10000100 | 100000 | 0 | 101101 | 110 | 1100111 | 1001101 | 1001001 |
Color Harmonies of #A2EF84
Complementary color
Monochromatic Colors of #A2EF84
Black with #A2EF84
Text Example
Text Example
White with #A2EF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EF84; }
p { color: rgb(162,239,132); }
H1.HeaderClassName
{
color: #A2EF84;
}
.AnyTagClassName
{
color: #A2EF84;
}
</style>
background-color css
<style>
a { background-color: #A2EF84; }
a { background-color: rgb(162,239,132); }
div.DivClassName
{
background-color: #A2EF84;
}
.BgClassName
{
background-color: #A2EF84;
}
</style>
border-color css
<style>
span { border-color: #A2EF84; }
span { border-color: rgb(162,239,132); }
td.TdClassName
{
border-color: #A2EF84;
}
.TagClassName
{
border-color: #A2EF84;
}
</style>