Html Css Color HEX #A0F682 Granny Smith Apple
📋 copy color: '#A0F682'red 160 ◦ green 246 ◦ blue 130
Shades of Granny Smith Apple #A0F682
Tints of Granny Smith Apple #A0F682
RGB
CMYK
RGB Variations
Color information
#A0F682 (or 0xA0F682) is known color: Granny Smith Apple. HEX triplet: A0, F6 and 82. RGB value is (160,246,130). Sum of RGB (Red+Green+Blue) = 160+246+130=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 130 (51.17% from 255 or 24.25% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F682 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F682 is #5F097D. Grayscale: #CFCFCF. Windows color (decimal): -6228350 or 8582816. OLE color: 8582816.
HSL color Cylindrical-coordinate representation of color #A0F682: hue angle of 104.48º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0F682 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 246 | 130 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.04 |
| HSL | 104.48º | 0.87% | 0.74% | - |
| HSV(B) | 104.48º | 0.47% | 0.96% | - |
| XYZ | 51.48 | 75 | 32.88 | - |
| YUV | 207.06 | 84.51 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 246 | 130 | 0.35 | 0 | 0.47 | 0.04 | 104.48 | 0.87 | 0.74 |
| Hex | A0 | F6 | 82 | 23 | 0 | 2F | 4 | 68 | 57 | 4A |
| Octal | 240 | 366 | 202 | 43 | 0 | 57 | 4 | 150 | 127 | 112 |
| Binary | 10100000 | 11110110 | 10000010 | 100011 | 0 | 101111 | 100 | 1101000 | 1010111 | 1001010 |
Color Harmonies of #A0F682
Complementary color
Monochromatic Colors of #A0F682
Black with #A0F682
Text Example
Text Example
White with #A0F682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F682; }
p { color: rgb(160,246,130); }
H1.HeaderClassName
{
color: #A0F682;
}
.AnyTagClassName
{
color: #A0F682;
}
</style>
background-color css
<style>
a { background-color: #A0F682; }
a { background-color: rgb(160,246,130); }
div.DivClassName
{
background-color: #A0F682;
}
.BgClassName
{
background-color: #A0F682;
}
</style>
border-color css
<style>
span { border-color: #A0F682; }
span { border-color: rgb(160,246,130); }
td.TdClassName
{
border-color: #A0F682;
}
.TagClassName
{
border-color: #A0F682;
}
</style>