Shades of Yellow Green #A5C435
Tints of Yellow Green #A5C435
RGB
CMYK
RGB Variations
Color information
#A5C435 (or 0xA5C435) is known color: Yellow Green. HEX triplet: A5, C4 and 35. RGB value is (165,196,53). Sum of RGB (Red+Green+Blue) = 165+196+53=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 53 (21.09% from 255 or 12.80% from 414); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C435 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C435 is #5A3BCA. Grayscale: #AAAAAA. Windows color (decimal): -5913547 or 3523749. OLE color: 3523749.
HSL color Cylindrical-coordinate representation of color #A5C435: hue angle of 73.01º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5C435 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 196 | 53 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.23 |
| HSL | 73.01º | 0.57% | 0.49% | - |
| HSV(B) | 73.01º | 0.73% | 0.77% | - |
| XYZ | 35.9 | 47.74 | 10.69 | - |
| YUV | 170.43 | 61.73 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 196 | 53 | 0.16 | 0 | 0.73 | 0.23 | 73.01 | 0.57 | 0.49 |
| Hex | A5 | C4 | 35 | 10 | 0 | 49 | 17 | 49 | 39 | 31 |
| Octal | 245 | 304 | 65 | 20 | 0 | 111 | 27 | 111 | 71 | 61 |
| Binary | 10100101 | 11000100 | 110101 | 10000 | 0 | 1001001 | 10111 | 1001001 | 111001 | 110001 |
Color Harmonies of #A5C435
Complementary color
Monochromatic Colors of #A5C435
Black with #A5C435
Text Example
Text Example
White with #A5C435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C435; }
p { color: rgb(165,196,53); }
H1.HeaderClassName
{
color: #A5C435;
}
.AnyTagClassName
{
color: #A5C435;
}
</style>
background-color css
<style>
a { background-color: #A5C435; }
a { background-color: rgb(165,196,53); }
div.DivClassName
{
background-color: #A5C435;
}
.BgClassName
{
background-color: #A5C435;
}
</style>
border-color css
<style>
span { border-color: #A5C435; }
span { border-color: rgb(165,196,53); }
td.TdClassName
{
border-color: #A5C435;
}
.TagClassName
{
border-color: #A5C435;
}
</style>