Shades of Green Yellow #A0F045
Tints of Green Yellow #A0F045
RGB
CMYK
RGB Variations
Color information
#A0F045 (or 0xA0F045) is known color: Green Yellow. HEX triplet: A0, F0 and 45. RGB value is (160,240,69). Sum of RGB (Red+Green+Blue) = 160+240+69=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 240 (94.14% from 255 or 51.17% from 469); Blue value is 69 (27.34% from 255 or 14.71% from 469); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F045 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F045 is #5F0FBA. Grayscale: #C5C5C5. Windows color (decimal): -6229947 or 4583584. OLE color: 4583584.
HSL color Cylindrical-coordinate representation of color #A0F045: hue angle of 88.07º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0F045 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 240 | 69 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.06 |
| HSL | 88.07º | 0.85% | 0.61% | - |
| HSV(B) | 88.07º | 0.71% | 0.94% | - |
| XYZ | 46.73 | 70.22 | 16.72 | - |
| YUV | 196.59 | 56 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 69 | 0.33 | 0 | 0.71 | 0.06 | 88.07 | 0.85 | 0.61 |
| Hex | A0 | F0 | 45 | 21 | 0 | 47 | 6 | 58 | 55 | 3D |
| Octal | 240 | 360 | 105 | 41 | 0 | 107 | 6 | 130 | 125 | 75 |
| Binary | 10100000 | 11110000 | 1000101 | 100001 | 0 | 1000111 | 110 | 1011000 | 1010101 | 111101 |
Color Harmonies of #A0F045
Complementary color
Monochromatic Colors of #A0F045
Black with #A0F045
Text Example
Text Example
White with #A0F045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F045; }
p { color: rgb(160,240,69); }
H1.HeaderClassName
{
color: #A0F045;
}
.AnyTagClassName
{
color: #A0F045;
}
</style>
background-color css
<style>
a { background-color: #A0F045; }
a { background-color: rgb(160,240,69); }
div.DivClassName
{
background-color: #A0F045;
}
.BgClassName
{
background-color: #A0F045;
}
</style>
border-color css
<style>
span { border-color: #A0F045; }
span { border-color: rgb(160,240,69); }
td.TdClassName
{
border-color: #A0F045;
}
.TagClassName
{
border-color: #A0F045;
}
</style>