Html Css Color HEX #A0F781 Granny Smith Apple
📋 copy color: '#A0F781'red 160 ◦ green 247 ◦ blue 129
Shades of Granny Smith Apple #A0F781
Tints of Granny Smith Apple #A0F781
RGB
CMYK
RGB Variations
Color information
#A0F781 (or 0xA0F781) is known color: Granny Smith Apple. HEX triplet: A0, F7 and 81. RGB value is (160,247,129). Sum of RGB (Red+Green+Blue) = 160+247+129=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 247 (96.88% from 255 or 46.08% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F781 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F781 is #5F087E. Grayscale: #CFCFCF. Windows color (decimal): -6228095 or 8517536. OLE color: 8517536.
HSL color Cylindrical-coordinate representation of color #A0F781: hue angle of 104.24º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0F781 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 129 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.03 |
| HSL | 104.24º | 0.88% | 0.74% | - |
| HSV(B) | 104.24º | 0.48% | 0.97% | - |
| XYZ | 51.72 | 75.58 | 32.63 | - |
| YUV | 207.54 | 83.68 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 129 | 0.35 | 0 | 0.48 | 0.03 | 104.24 | 0.88 | 0.74 |
| Hex | A0 | F7 | 81 | 23 | 0 | 30 | 3 | 68 | 58 | 4A |
| Octal | 240 | 367 | 201 | 43 | 0 | 60 | 3 | 150 | 130 | 112 |
| Binary | 10100000 | 11110111 | 10000001 | 100011 | 0 | 110000 | 11 | 1101000 | 1011000 | 1001010 |
Color Harmonies of #A0F781
Complementary color
Monochromatic Colors of #A0F781
Black with #A0F781
Text Example
Text Example
White with #A0F781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F781; }
p { color: rgb(160,247,129); }
H1.HeaderClassName
{
color: #A0F781;
}
.AnyTagClassName
{
color: #A0F781;
}
</style>
background-color css
<style>
a { background-color: #A0F781; }
a { background-color: rgb(160,247,129); }
div.DivClassName
{
background-color: #A0F781;
}
.BgClassName
{
background-color: #A0F781;
}
</style>
border-color css
<style>
span { border-color: #A0F781; }
span { border-color: rgb(160,247,129); }
td.TdClassName
{
border-color: #A0F781;
}
.TagClassName
{
border-color: #A0F781;
}
</style>