Html Css Color HEX #A0E68B Granny Smith Apple
📋 copy color: '#A0E68B'red 160 ◦ green 230 ◦ blue 139
Shades of Granny Smith Apple #A0E68B
Tints of Granny Smith Apple #A0E68B
RGB
CMYK
RGB Variations
Color information
#A0E68B (or 0xA0E68B) is known color: Granny Smith Apple. HEX triplet: A0, E6 and 8B. RGB value is (160,230,139). Sum of RGB (Red+Green+Blue) = 160+230+139=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E68B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E68B is #5F1974. Grayscale: #C6C6C6. Windows color (decimal): -6232437 or 9168544. OLE color: 9168544.
HSL color Cylindrical-coordinate representation of color #A0E68B: hue angle of 106.15º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0E68B is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 230 | 139 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.10 |
| HSL | 106.15º | 0.65% | 0.72% | - |
| HSV(B) | 106.15º | 0.4% | 0.9% | - |
| XYZ | 47.45 | 65.93 | 34.65 | - |
| YUV | 198.7 | 94.31 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 230 | 139 | 0.30 | 0 | 0.40 | 0.10 | 106.15 | 0.65 | 0.72 |
| Hex | A0 | E6 | 8B | 1E | 0 | 28 | A | 6A | 41 | 48 |
| Octal | 240 | 346 | 213 | 36 | 0 | 50 | 12 | 152 | 101 | 110 |
| Binary | 10100000 | 11100110 | 10001011 | 11110 | 0 | 101000 | 1010 | 1101010 | 1000001 | 1001000 |
Color Harmonies of #A0E68B
Complementary color
Monochromatic Colors of #A0E68B
Black with #A0E68B
Text Example
Text Example
White with #A0E68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E68B; }
p { color: rgb(160,230,139); }
H1.HeaderClassName
{
color: #A0E68B;
}
.AnyTagClassName
{
color: #A0E68B;
}
</style>
background-color css
<style>
a { background-color: #A0E68B; }
a { background-color: rgb(160,230,139); }
div.DivClassName
{
background-color: #A0E68B;
}
.BgClassName
{
background-color: #A0E68B;
}
</style>
border-color css
<style>
span { border-color: #A0E68B; }
span { border-color: rgb(160,230,139); }
td.TdClassName
{
border-color: #A0E68B;
}
.TagClassName
{
border-color: #A0E68B;
}
</style>