Html Css Color HEX #A0F095 Granny Smith Apple
📋 copy color: '#A0F095'red 160 ◦ green 240 ◦ blue 149
Shades of Granny Smith Apple #A0F095
Tints of Granny Smith Apple #A0F095
RGB
CMYK
RGB Variations
Color information
#A0F095 (or 0xA0F095) is known color: Granny Smith Apple. HEX triplet: A0, F0 and 95. RGB value is (160,240,149). Sum of RGB (Red+Green+Blue) = 160+240+149=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F095 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F095 is #5F0F6A. Grayscale: #CDCDCD. Windows color (decimal): -6229867 or 9826464. OLE color: 9826464.
HSL color Cylindrical-coordinate representation of color #A0F095: hue angle of 112.75º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0F095 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 240 | 149 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.06 |
| HSL | 112.75º | 0.75% | 0.76% | - |
| HSV(B) | 112.75º | 0.38% | 0.94% | - |
| XYZ | 51.08 | 71.96 | 39.63 | - |
| YUV | 205.71 | 96 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 149 | 0.33 | 0 | 0.38 | 0.06 | 112.75 | 0.75 | 0.76 |
| Hex | A0 | F0 | 95 | 21 | 0 | 26 | 6 | 71 | 4B | 4C |
| Octal | 240 | 360 | 225 | 41 | 0 | 46 | 6 | 161 | 113 | 114 |
| Binary | 10100000 | 11110000 | 10010101 | 100001 | 0 | 100110 | 110 | 1110001 | 1001011 | 1001100 |
Color Harmonies of #A0F095
Complementary color
Monochromatic Colors of #A0F095
Black with #A0F095
Text Example
Text Example
White with #A0F095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F095; }
p { color: rgb(160,240,149); }
H1.HeaderClassName
{
color: #A0F095;
}
.AnyTagClassName
{
color: #A0F095;
}
</style>
background-color css
<style>
a { background-color: #A0F095; }
a { background-color: rgb(160,240,149); }
div.DivClassName
{
background-color: #A0F095;
}
.BgClassName
{
background-color: #A0F095;
}
</style>
border-color css
<style>
span { border-color: #A0F095; }
span { border-color: rgb(160,240,149); }
td.TdClassName
{
border-color: #A0F095;
}
.TagClassName
{
border-color: #A0F095;
}
</style>