Shades of Yellow Green #A5D727
Tints of Yellow Green #A5D727
RGB
CMYK
RGB Variations
Color information
#A5D727 (or 0xA5D727) is known color: Yellow Green. HEX triplet: A5, D7 and 27. RGB value is (165,215,39). Sum of RGB (Red+Green+Blue) = 165+215+39=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 39 (15.62% from 255 or 9.31% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D727 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D727 is #5A28D8. Grayscale: #B4B4B4. Windows color (decimal): -5908697 or 2611109. OLE color: 2611109.
HSL color Cylindrical-coordinate representation of color #A5D727: hue angle of 77.05º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5D727 is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 215 | 39 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.16 |
| HSL | 77.05º | 0.69% | 0.5% | - |
| HSV(B) | 77.05º | 0.82% | 0.84% | - |
| XYZ | 40.18 | 56.75 | 10.75 | - |
| YUV | 179.99 | 48.44 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 215 | 39 | 0.23 | 0 | 0.82 | 0.16 | 77.05 | 0.69 | 0.5 |
| Hex | A5 | D7 | 27 | 17 | 0 | 52 | 10 | 4D | 45 | 32 |
| Octal | 245 | 327 | 47 | 27 | 0 | 122 | 20 | 115 | 105 | 62 |
| Binary | 10100101 | 11010111 | 100111 | 10111 | 0 | 1010010 | 10000 | 1001101 | 1000101 | 110010 |
Color Harmonies of #A5D727
Complementary color
Monochromatic Colors of #A5D727
Black with #A5D727
Text Example
Text Example
White with #A5D727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D727; }
p { color: rgb(165,215,39); }
H1.HeaderClassName
{
color: #A5D727;
}
.AnyTagClassName
{
color: #A5D727;
}
</style>
background-color css
<style>
a { background-color: #A5D727; }
a { background-color: rgb(165,215,39); }
div.DivClassName
{
background-color: #A5D727;
}
.BgClassName
{
background-color: #A5D727;
}
</style>
border-color css
<style>
span { border-color: #A5D727; }
span { border-color: rgb(165,215,39); }
td.TdClassName
{
border-color: #A5D727;
}
.TagClassName
{
border-color: #A5D727;
}
</style>