Shades of Green Yellow #A0FA2B
Tints of Green Yellow #A0FA2B
RGB
CMYK
RGB Variations
Color information
#A0FA2B (or 0xA0FA2B) is known color: Green Yellow. HEX triplet: A0, FA and 2B. RGB value is (160,250,43). Sum of RGB (Red+Green+Blue) = 160+250+43=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 250 (98.05% from 255 or 55.19% from 453); Blue value is 43 (17.19% from 255 or 9.49% from 453); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FA2B is #5F05D4. Grayscale: #C8C8C8. Windows color (decimal): -6227413 or 2882208. OLE color: 2882208.
HSL color Cylindrical-coordinate representation of color #A0FA2B: hue angle of 86.09º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0FA2B is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 43 | - |
| CMYK | 0.36 | 0 | 0.83 | 0.02 |
| HSL | 86.09º | 0.95% | 0.57% | - |
| HSV(B) | 86.09º | 0.83% | 0.98% | - |
| XYZ | 49.12 | 76.02 | 14.37 | - |
| YUV | 199.49 | 39.68 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 43 | 0.36 | 0 | 0.83 | 0.02 | 86.09 | 0.95 | 0.57 |
| Hex | A0 | FA | 2B | 24 | 0 | 53 | 2 | 56 | 5F | 39 |
| Octal | 240 | 372 | 53 | 44 | 0 | 123 | 2 | 126 | 137 | 71 |
| Binary | 10100000 | 11111010 | 101011 | 100100 | 0 | 1010011 | 10 | 1010110 | 1011111 | 111001 |
Color Harmonies of #A0FA2B
Complementary color
Monochromatic Colors of #A0FA2B
Black with #A0FA2B
Text Example
Text Example
White with #A0FA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FA2B; }
p { color: rgb(160,250,43); }
H1.HeaderClassName
{
color: #A0FA2B;
}
.AnyTagClassName
{
color: #A0FA2B;
}
</style>
background-color css
<style>
a { background-color: #A0FA2B; }
a { background-color: rgb(160,250,43); }
div.DivClassName
{
background-color: #A0FA2B;
}
.BgClassName
{
background-color: #A0FA2B;
}
</style>
border-color css
<style>
span { border-color: #A0FA2B; }
span { border-color: rgb(160,250,43); }
td.TdClassName
{
border-color: #A0FA2B;
}
.TagClassName
{
border-color: #A0FA2B;
}
</style>