Shades of Green Yellow #A0FE23
Tints of Green Yellow #A0FE23
RGB
CMYK
RGB Variations
Color information
#A0FE23 (or 0xA0FE23) is known color: Green Yellow. HEX triplet: A0, FE and 23. RGB value is (160,254,35). Sum of RGB (Red+Green+Blue) = 160+254+35=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 254 (99.61% from 255 or 56.57% from 449); Blue value is 35 (14.06% from 255 or 7.80% from 449); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE23 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FE23 is #5F01DC. Grayscale: #C9C9C9. Windows color (decimal): -6226397 or 2358944. OLE color: 2358944.
HSL color Cylindrical-coordinate representation of color #A0FE23: hue angle of 85.75º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0FE23 is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 35 | - |
| CMYK | 0.37 | 0 | 0.86 | 0.00 |
| HSL | 85.75º | 0.99% | 0.57% | - |
| HSV(B) | 85.75º | 0.86% | 1% | - |
| XYZ | 50.24 | 78.48 | 14.09 | - |
| YUV | 200.93 | 34.36 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 35 | 0.37 | 0 | 0.86 | 0.00 | 85.75 | 0.99 | 0.57 |
| Hex | A0 | FE | 23 | 25 | 0 | 56 | 0 | 56 | 63 | 39 |
| Octal | 240 | 376 | 43 | 45 | 0 | 126 | 0 | 126 | 143 | 71 |
| Binary | 10100000 | 11111110 | 100011 | 100101 | 0 | 1010110 | 0 | 1010110 | 1100011 | 111001 |
Color Harmonies of #A0FE23
Complementary color
Monochromatic Colors of #A0FE23
Black with #A0FE23
Text Example
Text Example
White with #A0FE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FE23; }
p { color: rgb(160,254,35); }
H1.HeaderClassName
{
color: #A0FE23;
}
.AnyTagClassName
{
color: #A0FE23;
}
</style>
background-color css
<style>
a { background-color: #A0FE23; }
a { background-color: rgb(160,254,35); }
div.DivClassName
{
background-color: #A0FE23;
}
.BgClassName
{
background-color: #A0FE23;
}
</style>
border-color css
<style>
span { border-color: #A0FE23; }
span { border-color: rgb(160,254,35); }
td.TdClassName
{
border-color: #A0FE23;
}
.TagClassName
{
border-color: #A0FE23;
}
</style>