Html Css Color HEX #A2F185 Granny Smith Apple
📋 copy color: '#A2F185'red 162 ◦ green 241 ◦ blue 133
Shades of Granny Smith Apple #A2F185
Tints of Granny Smith Apple #A2F185
RGB
CMYK
RGB Variations
Color information
#A2F185 (or 0xA2F185) is known color: Granny Smith Apple. HEX triplet: A2, F1 and 85. RGB value is (162,241,133). Sum of RGB (Red+Green+Blue) = 162+241+133=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F185 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F185 is #5D0E7A. Grayscale: #CDCDCD. Windows color (decimal): -6098555 or 8778146. OLE color: 8778146.
HSL color Cylindrical-coordinate representation of color #A2F185: hue angle of 103.89º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2F185 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 133 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.05 |
| HSL | 103.89º | 0.79% | 0.73% | - |
| HSV(B) | 103.89º | 0.45% | 0.95% | - |
| XYZ | 50.59 | 72.29 | 33.48 | - |
| YUV | 205.07 | 87.33 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 133 | 0.33 | 0 | 0.45 | 0.05 | 103.89 | 0.79 | 0.73 |
| Hex | A2 | F1 | 85 | 21 | 0 | 2D | 5 | 68 | 4F | 49 |
| Octal | 242 | 361 | 205 | 41 | 0 | 55 | 5 | 150 | 117 | 111 |
| Binary | 10100010 | 11110001 | 10000101 | 100001 | 0 | 101101 | 101 | 1101000 | 1001111 | 1001001 |
Color Harmonies of #A2F185
Complementary color
Monochromatic Colors of #A2F185
Black with #A2F185
Text Example
Text Example
White with #A2F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F185; }
p { color: rgb(162,241,133); }
H1.HeaderClassName
{
color: #A2F185;
}
.AnyTagClassName
{
color: #A2F185;
}
</style>
background-color css
<style>
a { background-color: #A2F185; }
a { background-color: rgb(162,241,133); }
div.DivClassName
{
background-color: #A2F185;
}
.BgClassName
{
background-color: #A2F185;
}
</style>
border-color css
<style>
span { border-color: #A2F185; }
span { border-color: rgb(162,241,133); }
td.TdClassName
{
border-color: #A2F185;
}
.TagClassName
{
border-color: #A2F185;
}
</style>