Html Css Color HEX #A2EF8B Granny Smith Apple
📋 copy color: '#A2EF8B'red 162 ◦ green 239 ◦ blue 139
Shades of Granny Smith Apple #A2EF8B
Tints of Granny Smith Apple #A2EF8B
RGB
CMYK
RGB Variations
Color information
#A2EF8B (or 0xA2EF8B) is known color: Granny Smith Apple. HEX triplet: A2, EF and 8B. RGB value is (162,239,139). Sum of RGB (Red+Green+Blue) = 162+239+139=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 139 (54.69% from 255 or 25.74% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EF8B is #5D1074. Grayscale: #CCCCCC. Windows color (decimal): -6099061 or 9170850. OLE color: 9170850.
HSL color Cylindrical-coordinate representation of color #A2EF8B: hue angle of 106.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2EF8B is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 139 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.06 |
| HSL | 106.2º | 0.76% | 0.74% | - |
| HSV(B) | 106.2º | 0.42% | 0.94% | - |
| XYZ | 50.43 | 71.28 | 35.53 | - |
| YUV | 204.58 | 90.99 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 139 | 0.32 | 0 | 0.42 | 0.06 | 106.2 | 0.76 | 0.74 |
| Hex | A2 | EF | 8B | 20 | 0 | 2A | 6 | 6A | 4C | 4A |
| Octal | 242 | 357 | 213 | 40 | 0 | 52 | 6 | 152 | 114 | 112 |
| Binary | 10100010 | 11101111 | 10001011 | 100000 | 0 | 101010 | 110 | 1101010 | 1001100 | 1001010 |
Color Harmonies of #A2EF8B
Complementary color
Monochromatic Colors of #A2EF8B
Black with #A2EF8B
Text Example
Text Example
White with #A2EF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EF8B; }
p { color: rgb(162,239,139); }
H1.HeaderClassName
{
color: #A2EF8B;
}
.AnyTagClassName
{
color: #A2EF8B;
}
</style>
background-color css
<style>
a { background-color: #A2EF8B; }
a { background-color: rgb(162,239,139); }
div.DivClassName
{
background-color: #A2EF8B;
}
.BgClassName
{
background-color: #A2EF8B;
}
</style>
border-color css
<style>
span { border-color: #A2EF8B; }
span { border-color: rgb(162,239,139); }
td.TdClassName
{
border-color: #A2EF8B;
}
.TagClassName
{
border-color: #A2EF8B;
}
</style>