Html Css Color HEX #A0F585 Granny Smith Apple
📋 copy color: '#A0F585'red 160 ◦ green 245 ◦ blue 133
Shades of Granny Smith Apple #A0F585
Tints of Granny Smith Apple #A0F585
RGB
CMYK
RGB Variations
Color information
#A0F585 (or 0xA0F585) is known color: Granny Smith Apple. HEX triplet: A0, F5 and 85. RGB value is (160,245,133). Sum of RGB (Red+Green+Blue) = 160+245+133=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #A0F585 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F585 is #5F0A7A. Grayscale: #CFCFCF. Windows color (decimal): -6228603 or 8779168. OLE color: 8779168.
HSL color Cylindrical-coordinate representation of color #A0F585: hue angle of 105.54º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0F585 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 245 | 133 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.04 |
| HSL | 105.54º | 0.85% | 0.74% | - |
| HSV(B) | 105.54º | 0.46% | 0.96% | - |
| XYZ | 51.38 | 74.47 | 33.86 | - |
| YUV | 206.82 | 86.34 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 245 | 133 | 0.35 | 0 | 0.46 | 0.04 | 105.54 | 0.85 | 0.74 |
| Hex | A0 | F5 | 85 | 23 | 0 | 2E | 4 | 6A | 55 | 4A |
| Octal | 240 | 365 | 205 | 43 | 0 | 56 | 4 | 152 | 125 | 112 |
| Binary | 10100000 | 11110101 | 10000101 | 100011 | 0 | 101110 | 100 | 1101010 | 1010101 | 1001010 |
Color Harmonies of #A0F585
Complementary color
Monochromatic Colors of #A0F585
Black with #A0F585
Text Example
Text Example
White with #A0F585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F585; }
p { color: rgb(160,245,133); }
H1.HeaderClassName
{
color: #A0F585;
}
.AnyTagClassName
{
color: #A0F585;
}
</style>
background-color css
<style>
a { background-color: #A0F585; }
a { background-color: rgb(160,245,133); }
div.DivClassName
{
background-color: #A0F585;
}
.BgClassName
{
background-color: #A0F585;
}
</style>
border-color css
<style>
span { border-color: #A0F585; }
span { border-color: rgb(160,245,133); }
td.TdClassName
{
border-color: #A0F585;
}
.TagClassName
{
border-color: #A0F585;
}
</style>