Html Css Color HEX #A0F089 Granny Smith Apple
📋 copy color: '#A0F089'red 160 ◦ green 240 ◦ blue 137
Shades of Granny Smith Apple #A0F089
Tints of Granny Smith Apple #A0F089
RGB
CMYK
RGB Variations
Color information
#A0F089 (or 0xA0F089) is known color: Granny Smith Apple. HEX triplet: A0, F0 and 89. RGB value is (160,240,137). Sum of RGB (Red+Green+Blue) = 160+240+137=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 137 (53.91% from 255 or 25.51% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F089 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F089 is #5F0F76. Grayscale: #CCCCCC. Windows color (decimal): -6229879 or 9040032. OLE color: 9040032.
HSL color Cylindrical-coordinate representation of color #A0F089: hue angle of 106.6º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0F089 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 240 | 137 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.06 |
| HSL | 106.6º | 0.77% | 0.74% | - |
| HSV(B) | 106.6º | 0.43% | 0.94% | - |
| XYZ | 50.17 | 71.6 | 34.84 | - |
| YUV | 204.34 | 90 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 137 | 0.33 | 0 | 0.43 | 0.06 | 106.6 | 0.77 | 0.74 |
| Hex | A0 | F0 | 89 | 21 | 0 | 2B | 6 | 6B | 4D | 4A |
| Octal | 240 | 360 | 211 | 41 | 0 | 53 | 6 | 153 | 115 | 112 |
| Binary | 10100000 | 11110000 | 10001001 | 100001 | 0 | 101011 | 110 | 1101011 | 1001101 | 1001010 |
Color Harmonies of #A0F089
Complementary color
Monochromatic Colors of #A0F089
Black with #A0F089
Text Example
Text Example
White with #A0F089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F089; }
p { color: rgb(160,240,137); }
H1.HeaderClassName
{
color: #A0F089;
}
.AnyTagClassName
{
color: #A0F089;
}
</style>
background-color css
<style>
a { background-color: #A0F089; }
a { background-color: rgb(160,240,137); }
div.DivClassName
{
background-color: #A0F089;
}
.BgClassName
{
background-color: #A0F089;
}
</style>
border-color css
<style>
span { border-color: #A0F089; }
span { border-color: rgb(160,240,137); }
td.TdClassName
{
border-color: #A0F089;
}
.TagClassName
{
border-color: #A0F089;
}
</style>