Shades of Green Yellow #A5E731
Tints of Green Yellow #A5E731
RGB
CMYK
RGB Variations
Color information
#A5E731 (or 0xA5E731) is known color: Green Yellow. HEX triplet: A5, E7 and 31. RGB value is (165,231,49). Sum of RGB (Red+Green+Blue) = 165+231+49=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 231 (90.62% from 255 or 51.91% from 445); Blue value is 49 (19.53% from 255 or 11.01% from 445); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E731 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E731 is #5A18CE. Grayscale: #BFBFBF. Windows color (decimal): -5904591 or 3270565. OLE color: 3270565.
HSL color Cylindrical-coordinate representation of color #A5E731: hue angle of 81.76º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5E731 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 231 | 49 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.09 |
| HSL | 81.76º | 0.79% | 0.55% | - |
| HSV(B) | 81.76º | 0.79% | 0.91% | - |
| XYZ | 44.65 | 65.37 | 13.17 | - |
| YUV | 190.52 | 48.13 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 231 | 49 | 0.29 | 0 | 0.79 | 0.09 | 81.76 | 0.79 | 0.55 |
| Hex | A5 | E7 | 31 | 1D | 0 | 4F | 9 | 52 | 4F | 37 |
| Octal | 245 | 347 | 61 | 35 | 0 | 117 | 11 | 122 | 117 | 67 |
| Binary | 10100101 | 11100111 | 110001 | 11101 | 0 | 1001111 | 1001 | 1010010 | 1001111 | 110111 |
Color Harmonies of #A5E731
Complementary color
Monochromatic Colors of #A5E731
Black with #A5E731
Text Example
Text Example
White with #A5E731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E731; }
p { color: rgb(165,231,49); }
H1.HeaderClassName
{
color: #A5E731;
}
.AnyTagClassName
{
color: #A5E731;
}
</style>
background-color css
<style>
a { background-color: #A5E731; }
a { background-color: rgb(165,231,49); }
div.DivClassName
{
background-color: #A5E731;
}
.BgClassName
{
background-color: #A5E731;
}
</style>
border-color css
<style>
span { border-color: #A5E731; }
span { border-color: rgb(165,231,49); }
td.TdClassName
{
border-color: #A5E731;
}
.TagClassName
{
border-color: #A5E731;
}
</style>