Shades of Yellow Green #A5D123
Tints of Yellow Green #A5D123
RGB
CMYK
RGB Variations
Color information
#A5D123 (or 0xA5D123) is known color: Yellow Green. HEX triplet: A5, D1 and 23. RGB value is (165,209,35). Sum of RGB (Red+Green+Blue) = 165+209+35=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 35 (14.06% from 255 or 8.56% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D123 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D123 is #5A2EDC. Grayscale: #B0B0B0. Windows color (decimal): -5910237 or 2347429. OLE color: 2347429.
HSL color Cylindrical-coordinate representation of color #A5D123: hue angle of 75.17º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A5D123 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 209 | 35 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.18 |
| HSL | 75.17º | 0.71% | 0.48% | - |
| HSV(B) | 75.17º | 0.83% | 0.82% | - |
| XYZ | 38.62 | 53.72 | 9.92 | - |
| YUV | 176.01 | 48.42 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 209 | 35 | 0.21 | 0 | 0.83 | 0.18 | 75.17 | 0.71 | 0.48 |
| Hex | A5 | D1 | 23 | 15 | 0 | 53 | 12 | 4B | 47 | 30 |
| Octal | 245 | 321 | 43 | 25 | 0 | 123 | 22 | 113 | 107 | 60 |
| Binary | 10100101 | 11010001 | 100011 | 10101 | 0 | 1010011 | 10010 | 1001011 | 1000111 | 110000 |
Color Harmonies of #A5D123
Complementary color
Monochromatic Colors of #A5D123
Black with #A5D123
Text Example
Text Example
White with #A5D123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D123; }
p { color: rgb(165,209,35); }
H1.HeaderClassName
{
color: #A5D123;
}
.AnyTagClassName
{
color: #A5D123;
}
</style>
background-color css
<style>
a { background-color: #A5D123; }
a { background-color: rgb(165,209,35); }
div.DivClassName
{
background-color: #A5D123;
}
.BgClassName
{
background-color: #A5D123;
}
</style>
border-color css
<style>
span { border-color: #A5D123; }
span { border-color: rgb(165,209,35); }
td.TdClassName
{
border-color: #A5D123;
}
.TagClassName
{
border-color: #A5D123;
}
</style>