Html Css Color HEX #A2F485 Granny Smith Apple
📋 copy color: '#A2F485'red 162 ◦ green 244 ◦ blue 133
Shades of Granny Smith Apple #A2F485
Tints of Granny Smith Apple #A2F485
RGB
CMYK
RGB Variations
Color information
#A2F485 (or 0xA2F485) is known color: Granny Smith Apple. HEX triplet: A2, F4 and 85. RGB value is (162,244,133). Sum of RGB (Red+Green+Blue) = 162+244+133=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 244 (95.70% from 255 or 45.27% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F485 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F485 is #5D0B7A. Grayscale: #CFCFCF. Windows color (decimal): -6097787 or 8778914. OLE color: 8778914.
HSL color Cylindrical-coordinate representation of color #A2F485: hue angle of 104.32º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2F485 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 244 | 133 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.04 |
| HSL | 104.32º | 0.83% | 0.74% | - |
| HSV(B) | 104.32º | 0.45% | 0.96% | - |
| XYZ | 51.48 | 74.08 | 33.77 | - |
| YUV | 206.83 | 86.33 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 244 | 133 | 0.34 | 0 | 0.45 | 0.04 | 104.32 | 0.83 | 0.74 |
| Hex | A2 | F4 | 85 | 22 | 0 | 2D | 4 | 68 | 53 | 4A |
| Octal | 242 | 364 | 205 | 42 | 0 | 55 | 4 | 150 | 123 | 112 |
| Binary | 10100010 | 11110100 | 10000101 | 100010 | 0 | 101101 | 100 | 1101000 | 1010011 | 1001010 |
Color Harmonies of #A2F485
Complementary color
Monochromatic Colors of #A2F485
Black with #A2F485
Text Example
Text Example
White with #A2F485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F485; }
p { color: rgb(162,244,133); }
H1.HeaderClassName
{
color: #A2F485;
}
.AnyTagClassName
{
color: #A2F485;
}
</style>
background-color css
<style>
a { background-color: #A2F485; }
a { background-color: rgb(162,244,133); }
div.DivClassName
{
background-color: #A2F485;
}
.BgClassName
{
background-color: #A2F485;
}
</style>
border-color css
<style>
span { border-color: #A2F485; }
span { border-color: rgb(162,244,133); }
td.TdClassName
{
border-color: #A2F485;
}
.TagClassName
{
border-color: #A2F485;
}
</style>