Html Css Color HEX #A2F28F Granny Smith Apple
📋 copy color: '#A2F28F'red 162 ◦ green 242 ◦ blue 143
Shades of Granny Smith Apple #A2F28F
Tints of Granny Smith Apple #A2F28F
RGB
CMYK
RGB Variations
Color information
#A2F28F (or 0xA2F28F) is known color: Granny Smith Apple. HEX triplet: A2, F2 and 8F. RGB value is (162,242,143). Sum of RGB (Red+Green+Blue) = 162+242+143=547 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.62% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 143 (56.25% from 255 or 26.14% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F28F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F28F is #5D0D70. Grayscale: #CFCFCF. Windows color (decimal): -6098289 or 9433762. OLE color: 9433762.
HSL color Cylindrical-coordinate representation of color #A2F28F: hue angle of 108.48º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2F28F is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 143 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.05 |
| HSL | 108.48º | 0.79% | 0.75% | - |
| HSV(B) | 108.48º | 0.41% | 0.95% | - |
| XYZ | 51.61 | 73.17 | 37.39 | - |
| YUV | 206.79 | 92 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 143 | 0.33 | 0 | 0.41 | 0.05 | 108.48 | 0.79 | 0.75 |
| Hex | A2 | F2 | 8F | 21 | 0 | 29 | 5 | 6C | 4F | 4B |
| Octal | 242 | 362 | 217 | 41 | 0 | 51 | 5 | 154 | 117 | 113 |
| Binary | 10100010 | 11110010 | 10001111 | 100001 | 0 | 101001 | 101 | 1101100 | 1001111 | 1001011 |
Color Harmonies of #A2F28F
Complementary color
Monochromatic Colors of #A2F28F
Black with #A2F28F
Text Example
Text Example
White with #A2F28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F28F; }
p { color: rgb(162,242,143); }
H1.HeaderClassName
{
color: #A2F28F;
}
.AnyTagClassName
{
color: #A2F28F;
}
</style>
background-color css
<style>
a { background-color: #A2F28F; }
a { background-color: rgb(162,242,143); }
div.DivClassName
{
background-color: #A2F28F;
}
.BgClassName
{
background-color: #A2F28F;
}
</style>
border-color css
<style>
span { border-color: #A2F28F; }
span { border-color: rgb(162,242,143); }
td.TdClassName
{
border-color: #A2F28F;
}
.TagClassName
{
border-color: #A2F28F;
}
</style>