Html Css Color HEX #A0F189 Granny Smith Apple
📋 copy color: '#A0F189'red 160 ◦ green 241 ◦ blue 137
Shades of Granny Smith Apple #A0F189
Tints of Granny Smith Apple #A0F189
RGB
CMYK
RGB Variations
Color information
#A0F189 (or 0xA0F189) is known color: Granny Smith Apple. HEX triplet: A0, F1 and 89. RGB value is (160,241,137). Sum of RGB (Red+Green+Blue) = 160+241+137=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 137 (53.91% from 255 or 25.46% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F189 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F189 is #5F0E76. Grayscale: #CDCDCD. Windows color (decimal): -6229623 or 9040288. OLE color: 9040288.
HSL color Cylindrical-coordinate representation of color #A0F189: hue angle of 106.73º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0F189 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 241 | 137 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.05 |
| HSL | 106.73º | 0.79% | 0.74% | - |
| HSV(B) | 106.73º | 0.43% | 0.95% | - |
| XYZ | 50.47 | 72.19 | 34.94 | - |
| YUV | 204.93 | 89.66 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 241 | 137 | 0.34 | 0 | 0.43 | 0.05 | 106.73 | 0.79 | 0.74 |
| Hex | A0 | F1 | 89 | 22 | 0 | 2B | 5 | 6B | 4F | 4A |
| Octal | 240 | 361 | 211 | 42 | 0 | 53 | 5 | 153 | 117 | 112 |
| Binary | 10100000 | 11110001 | 10001001 | 100010 | 0 | 101011 | 101 | 1101011 | 1001111 | 1001010 |
Color Harmonies of #A0F189
Complementary color
Monochromatic Colors of #A0F189
Black with #A0F189
Text Example
Text Example
White with #A0F189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F189; }
p { color: rgb(160,241,137); }
H1.HeaderClassName
{
color: #A0F189;
}
.AnyTagClassName
{
color: #A0F189;
}
</style>
background-color css
<style>
a { background-color: #A0F189; }
a { background-color: rgb(160,241,137); }
div.DivClassName
{
background-color: #A0F189;
}
.BgClassName
{
background-color: #A0F189;
}
</style>
border-color css
<style>
span { border-color: #A0F189; }
span { border-color: rgb(160,241,137); }
td.TdClassName
{
border-color: #A0F189;
}
.TagClassName
{
border-color: #A0F189;
}
</style>