Shades of Green Yellow #A0F043
Tints of Green Yellow #A0F043
RGB
CMYK
RGB Variations
Color information
#A0F043 (or 0xA0F043) is known color: Green Yellow. HEX triplet: A0, F0 and 43. RGB value is (160,240,67). Sum of RGB (Red+Green+Blue) = 160+240+67=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 67 (26.56% from 255 or 14.35% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F043 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F043 is #5F0FBC. Grayscale: #C4C4C4. Windows color (decimal): -6229949 or 4452512. OLE color: 4452512.
HSL color Cylindrical-coordinate representation of color #A0F043: hue angle of 87.75º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0F043 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 240 | 67 | - |
| CMYK | 0.33 | 0 | 0.72 | 0.06 |
| HSL | 87.75º | 0.85% | 0.6% | - |
| HSV(B) | 87.75º | 0.72% | 0.94% | - |
| XYZ | 46.67 | 70.2 | 16.4 | - |
| YUV | 196.36 | 55 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 67 | 0.33 | 0 | 0.72 | 0.06 | 87.75 | 0.85 | 0.6 |
| Hex | A0 | F0 | 43 | 21 | 0 | 48 | 6 | 58 | 55 | 3C |
| Octal | 240 | 360 | 103 | 41 | 0 | 110 | 6 | 130 | 125 | 74 |
| Binary | 10100000 | 11110000 | 1000011 | 100001 | 0 | 1001000 | 110 | 1011000 | 1010101 | 111100 |
Color Harmonies of #A0F043
Complementary color
Monochromatic Colors of #A0F043
Black with #A0F043
Text Example
Text Example
White with #A0F043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F043; }
p { color: rgb(160,240,67); }
H1.HeaderClassName
{
color: #A0F043;
}
.AnyTagClassName
{
color: #A0F043;
}
</style>
background-color css
<style>
a { background-color: #A0F043; }
a { background-color: rgb(160,240,67); }
div.DivClassName
{
background-color: #A0F043;
}
.BgClassName
{
background-color: #A0F043;
}
</style>
border-color css
<style>
span { border-color: #A0F043; }
span { border-color: rgb(160,240,67); }
td.TdClassName
{
border-color: #A0F043;
}
.TagClassName
{
border-color: #A0F043;
}
</style>