Html Css Color HEX #A2F28D Granny Smith Apple
📋 copy color: '#A2F28D'red 162 ◦ green 242 ◦ blue 141
Shades of Granny Smith Apple #A2F28D
Tints of Granny Smith Apple #A2F28D
RGB
CMYK
RGB Variations
Color information
#A2F28D (or 0xA2F28D) is known color: Granny Smith Apple. HEX triplet: A2, F2 and 8D. RGB value is (162,242,141). Sum of RGB (Red+Green+Blue) = 162+242+141=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F28D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F28D is #5D0D72. Grayscale: #CECECE. Windows color (decimal): -6098291 or 9302690. OLE color: 9302690.
HSL color Cylindrical-coordinate representation of color #A2F28D: hue angle of 107.52º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2F28D is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 141 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.05 |
| HSL | 107.52º | 0.8% | 0.75% | - |
| HSV(B) | 107.52º | 0.42% | 0.95% | - |
| XYZ | 51.46 | 73.11 | 36.6 | - |
| YUV | 206.57 | 91 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 141 | 0.33 | 0 | 0.42 | 0.05 | 107.52 | 0.8 | 0.75 |
| Hex | A2 | F2 | 8D | 21 | 0 | 2A | 5 | 6C | 50 | 4B |
| Octal | 242 | 362 | 215 | 41 | 0 | 52 | 5 | 154 | 120 | 113 |
| Binary | 10100010 | 11110010 | 10001101 | 100001 | 0 | 101010 | 101 | 1101100 | 1010000 | 1001011 |
Color Harmonies of #A2F28D
Complementary color
Monochromatic Colors of #A2F28D
Black with #A2F28D
Text Example
Text Example
White with #A2F28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F28D; }
p { color: rgb(162,242,141); }
H1.HeaderClassName
{
color: #A2F28D;
}
.AnyTagClassName
{
color: #A2F28D;
}
</style>
background-color css
<style>
a { background-color: #A2F28D; }
a { background-color: rgb(162,242,141); }
div.DivClassName
{
background-color: #A2F28D;
}
.BgClassName
{
background-color: #A2F28D;
}
</style>
border-color css
<style>
span { border-color: #A2F28D; }
span { border-color: rgb(162,242,141); }
td.TdClassName
{
border-color: #A2F28D;
}
.TagClassName
{
border-color: #A2F28D;
}
</style>