Shades of Green Yellow #A0F545
Tints of Green Yellow #A0F545
RGB
CMYK
RGB Variations
Color information
#A0F545 (or 0xA0F545) is known color: Green Yellow. HEX triplet: A0, F5 and 45. RGB value is (160,245,69). Sum of RGB (Red+Green+Blue) = 160+245+69=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 245 (96.09% from 255 or 51.69% from 474); Blue value is 69 (27.34% from 255 or 14.56% from 474); Max value from RGB is 245 - color contains mainly: green. Hex color #A0F545 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F545 is #5F0ABA. Grayscale: #C8C8C8. Windows color (decimal): -6228667 or 4584864. OLE color: 4584864.
HSL color Cylindrical-coordinate representation of color #A0F545: hue angle of 88.98º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0F545 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 245 | 69 | - |
| CMYK | 0.35 | 0 | 0.72 | 0.04 |
| HSL | 88.98º | 0.9% | 0.62% | - |
| HSV(B) | 88.98º | 0.72% | 0.96% | - |
| XYZ | 48.22 | 73.21 | 17.22 | - |
| YUV | 199.52 | 54.34 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 245 | 69 | 0.35 | 0 | 0.72 | 0.04 | 88.98 | 0.9 | 0.62 |
| Hex | A0 | F5 | 45 | 23 | 0 | 48 | 4 | 59 | 5A | 3E |
| Octal | 240 | 365 | 105 | 43 | 0 | 110 | 4 | 131 | 132 | 76 |
| Binary | 10100000 | 11110101 | 1000101 | 100011 | 0 | 1001000 | 100 | 1011001 | 1011010 | 111110 |
Color Harmonies of #A0F545
Complementary color
Monochromatic Colors of #A0F545
Black with #A0F545
Text Example
Text Example
White with #A0F545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F545; }
p { color: rgb(160,245,69); }
H1.HeaderClassName
{
color: #A0F545;
}
.AnyTagClassName
{
color: #A0F545;
}
</style>
background-color css
<style>
a { background-color: #A0F545; }
a { background-color: rgb(160,245,69); }
div.DivClassName
{
background-color: #A0F545;
}
.BgClassName
{
background-color: #A0F545;
}
</style>
border-color css
<style>
span { border-color: #A0F545; }
span { border-color: rgb(160,245,69); }
td.TdClassName
{
border-color: #A0F545;
}
.TagClassName
{
border-color: #A0F545;
}
</style>