Shades of Yellow Green #A5D227
Tints of Yellow Green #A5D227
RGB
CMYK
RGB Variations
Color information
#A5D227 (or 0xA5D227) is known color: Yellow Green. HEX triplet: A5, D2 and 27. RGB value is (165,210,39). Sum of RGB (Red+Green+Blue) = 165+210+39=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 39 (15.62% from 255 or 9.42% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D227 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D227 is #5A2DD8. Grayscale: #B1B1B1. Windows color (decimal): -5909977 or 2609829. OLE color: 2609829.
HSL color Cylindrical-coordinate representation of color #A5D227: hue angle of 75.79º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A5D227 is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 210 | 39 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.18 |
| HSL | 75.79º | 0.69% | 0.49% | - |
| HSV(B) | 75.79º | 0.81% | 0.82% | - |
| XYZ | 38.93 | 54.24 | 10.34 | - |
| YUV | 177.05 | 50.09 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 210 | 39 | 0.21 | 0 | 0.81 | 0.18 | 75.79 | 0.69 | 0.49 |
| Hex | A5 | D2 | 27 | 15 | 0 | 51 | 12 | 4C | 45 | 31 |
| Octal | 245 | 322 | 47 | 25 | 0 | 121 | 22 | 114 | 105 | 61 |
| Binary | 10100101 | 11010010 | 100111 | 10101 | 0 | 1010001 | 10010 | 1001100 | 1000101 | 110001 |
Color Harmonies of #A5D227
Complementary color
Monochromatic Colors of #A5D227
Black with #A5D227
Text Example
Text Example
White with #A5D227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D227; }
p { color: rgb(165,210,39); }
H1.HeaderClassName
{
color: #A5D227;
}
.AnyTagClassName
{
color: #A5D227;
}
</style>
background-color css
<style>
a { background-color: #A5D227; }
a { background-color: rgb(165,210,39); }
div.DivClassName
{
background-color: #A5D227;
}
.BgClassName
{
background-color: #A5D227;
}
</style>
border-color css
<style>
span { border-color: #A5D227; }
span { border-color: rgb(165,210,39); }
td.TdClassName
{
border-color: #A5D227;
}
.TagClassName
{
border-color: #A5D227;
}
</style>