Shades of Yellow Green #A5D232
Tints of Yellow Green #A5D232
RGB
CMYK
RGB Variations
Color information
#A5D232 (or 0xA5D232) is known color: Yellow Green. HEX triplet: A5, D2 and 32. RGB value is (165,210,50). Sum of RGB (Red+Green+Blue) = 165+210+50=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D232 is #5A2DCD. Grayscale: #B2B2B2. Windows color (decimal): -5909966 or 3330725. OLE color: 3330725.
HSL color Cylindrical-coordinate representation of color #A5D232: hue angle of 76.88º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5D232 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 210 | 50 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.18 |
| HSL | 76.88º | 0.64% | 0.51% | - |
| HSV(B) | 76.88º | 0.76% | 0.82% | - |
| XYZ | 39.14 | 54.32 | 11.44 | - |
| YUV | 178.31 | 55.59 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 210 | 50 | 0.21 | 0 | 0.76 | 0.18 | 76.88 | 0.64 | 0.51 |
| Hex | A5 | D2 | 32 | 15 | 0 | 4C | 12 | 4D | 40 | 33 |
| Octal | 245 | 322 | 62 | 25 | 0 | 114 | 22 | 115 | 100 | 63 |
| Binary | 10100101 | 11010010 | 110010 | 10101 | 0 | 1001100 | 10010 | 1001101 | 1000000 | 110011 |
Color Harmonies of #A5D232
Complementary color
Monochromatic Colors of #A5D232
Black with #A5D232
Text Example
Text Example
White with #A5D232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D232; }
p { color: rgb(165,210,50); }
H1.HeaderClassName
{
color: #A5D232;
}
.AnyTagClassName
{
color: #A5D232;
}
</style>
background-color css
<style>
a { background-color: #A5D232; }
a { background-color: rgb(165,210,50); }
div.DivClassName
{
background-color: #A5D232;
}
.BgClassName
{
background-color: #A5D232;
}
</style>
border-color css
<style>
span { border-color: #A5D232; }
span { border-color: rgb(165,210,50); }
td.TdClassName
{
border-color: #A5D232;
}
.TagClassName
{
border-color: #A5D232;
}
</style>