Html Css Color HEX #A0F389 Granny Smith Apple
📋 copy color: '#A0F389'red 160 ◦ green 243 ◦ blue 137
Shades of Granny Smith Apple #A0F389
Tints of Granny Smith Apple #A0F389
RGB
CMYK
RGB Variations
Color information
#A0F389 (or 0xA0F389) is known color: Granny Smith Apple. HEX triplet: A0, F3 and 89. RGB value is (160,243,137). Sum of RGB (Red+Green+Blue) = 160+243+137=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 137 (53.91% from 255 or 25.37% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F389 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F389 is #5F0C76. Grayscale: #CECECE. Windows color (decimal): -6229111 or 9040800. OLE color: 9040800.
HSL color Cylindrical-coordinate representation of color #A0F389: hue angle of 106.98º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0F389 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 243 | 137 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.05 |
| HSL | 106.98º | 0.82% | 0.75% | - |
| HSV(B) | 106.98º | 0.44% | 0.95% | - |
| XYZ | 51.06 | 73.38 | 35.14 | - |
| YUV | 206.1 | 89 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 243 | 137 | 0.34 | 0 | 0.44 | 0.05 | 106.98 | 0.82 | 0.75 |
| Hex | A0 | F3 | 89 | 22 | 0 | 2C | 5 | 6B | 52 | 4B |
| Octal | 240 | 363 | 211 | 42 | 0 | 54 | 5 | 153 | 122 | 113 |
| Binary | 10100000 | 11110011 | 10001001 | 100010 | 0 | 101100 | 101 | 1101011 | 1010010 | 1001011 |
Color Harmonies of #A0F389
Complementary color
Monochromatic Colors of #A0F389
Black with #A0F389
Text Example
Text Example
White with #A0F389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F389; }
p { color: rgb(160,243,137); }
H1.HeaderClassName
{
color: #A0F389;
}
.AnyTagClassName
{
color: #A0F389;
}
</style>
background-color css
<style>
a { background-color: #A0F389; }
a { background-color: rgb(160,243,137); }
div.DivClassName
{
background-color: #A0F389;
}
.BgClassName
{
background-color: #A0F389;
}
</style>
border-color css
<style>
span { border-color: #A0F389; }
span { border-color: rgb(160,243,137); }
td.TdClassName
{
border-color: #A0F389;
}
.TagClassName
{
border-color: #A0F389;
}
</style>