Shades of Green Yellow #A5E93A
Tints of Green Yellow #A5E93A
RGB
CMYK
RGB Variations
Color information
#A5E93A (or 0xA5E93A) is known color: Green Yellow. HEX triplet: A5, E9 and 3A. RGB value is (165,233,58). Sum of RGB (Red+Green+Blue) = 165+233+58=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 233 (91.41% from 255 or 51.10% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E93A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E93A is #5A16C5. Grayscale: #C1C1C1. Windows color (decimal): -5904070 or 3860901. OLE color: 3860901.
HSL color Cylindrical-coordinate representation of color #A5E93A: hue angle of 83.31º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A5E93A is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 233 | 58 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.09 |
| HSL | 83.31º | 0.8% | 0.57% | - |
| HSV(B) | 83.31º | 0.75% | 0.91% | - |
| XYZ | 45.42 | 66.58 | 14.46 | - |
| YUV | 192.72 | 51.97 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 233 | 58 | 0.29 | 0 | 0.75 | 0.09 | 83.31 | 0.8 | 0.57 |
| Hex | A5 | E9 | 3A | 1D | 0 | 4B | 9 | 53 | 50 | 39 |
| Octal | 245 | 351 | 72 | 35 | 0 | 113 | 11 | 123 | 120 | 71 |
| Binary | 10100101 | 11101001 | 111010 | 11101 | 0 | 1001011 | 1001 | 1010011 | 1010000 | 111001 |
Color Harmonies of #A5E93A
Complementary color
Monochromatic Colors of #A5E93A
Black with #A5E93A
Text Example
Text Example
White with #A5E93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E93A; }
p { color: rgb(165,233,58); }
H1.HeaderClassName
{
color: #A5E93A;
}
.AnyTagClassName
{
color: #A5E93A;
}
</style>
background-color css
<style>
a { background-color: #A5E93A; }
a { background-color: rgb(165,233,58); }
div.DivClassName
{
background-color: #A5E93A;
}
.BgClassName
{
background-color: #A5E93A;
}
</style>
border-color css
<style>
span { border-color: #A5E93A; }
span { border-color: rgb(165,233,58); }
td.TdClassName
{
border-color: #A5E93A;
}
.TagClassName
{
border-color: #A5E93A;
}
</style>