Shades of Yellow Green #A5D931
Tints of Yellow Green #A5D931
RGB
CMYK
RGB Variations
Color information
#A5D931 (or 0xA5D931) is known color: Yellow Green. HEX triplet: A5, D9 and 31. RGB value is (165,217,49). Sum of RGB (Red+Green+Blue) = 165+217+49=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 217 (85.16% from 255 or 50.35% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D931 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D931 is #5A26CE. Grayscale: #B6B6B6. Windows color (decimal): -5908175 or 3266981. OLE color: 3266981.
HSL color Cylindrical-coordinate representation of color #A5D931: hue angle of 78.57º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A5D931 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 217 | 49 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.15 |
| HSL | 78.57º | 0.69% | 0.52% | - |
| HSV(B) | 78.57º | 0.77% | 0.85% | - |
| XYZ | 40.88 | 57.85 | 11.92 | - |
| YUV | 182.3 | 52.77 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 217 | 49 | 0.24 | 0 | 0.77 | 0.15 | 78.57 | 0.69 | 0.52 |
| Hex | A5 | D9 | 31 | 18 | 0 | 4D | F | 4F | 45 | 34 |
| Octal | 245 | 331 | 61 | 30 | 0 | 115 | 17 | 117 | 105 | 64 |
| Binary | 10100101 | 11011001 | 110001 | 11000 | 0 | 1001101 | 1111 | 1001111 | 1000101 | 110100 |
Color Harmonies of #A5D931
Complementary color
Monochromatic Colors of #A5D931
Black with #A5D931
Text Example
Text Example
White with #A5D931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D931; }
p { color: rgb(165,217,49); }
H1.HeaderClassName
{
color: #A5D931;
}
.AnyTagClassName
{
color: #A5D931;
}
</style>
background-color css
<style>
a { background-color: #A5D931; }
a { background-color: rgb(165,217,49); }
div.DivClassName
{
background-color: #A5D931;
}
.BgClassName
{
background-color: #A5D931;
}
</style>
border-color css
<style>
span { border-color: #A5D931; }
span { border-color: rgb(165,217,49); }
td.TdClassName
{
border-color: #A5D931;
}
.TagClassName
{
border-color: #A5D931;
}
</style>