Shades of Yellow Green #A3CA32
Tints of Yellow Green #A3CA32
RGB
CMYK
RGB Variations
Color information
#A3CA32 (or 0xA3CA32) is known color: Yellow Green. HEX triplet: A3, CA and 32. RGB value is (163,202,50). Sum of RGB (Red+Green+Blue) = 163+202+50=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CA32 is #5C35CD. Grayscale: #ADADAD. Windows color (decimal): -6043086 or 3328675. OLE color: 3328675.
HSL color Cylindrical-coordinate representation of color #A3CA32: hue angle of 75.39º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A3CA32 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 50 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.21 |
| HSL | 75.39º | 0.6% | 0.49% | - |
| HSV(B) | 75.39º | 0.75% | 0.79% | - |
| XYZ | 36.8 | 50.26 | 10.78 | - |
| YUV | 173.01 | 58.58 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 50 | 0.19 | 0 | 0.75 | 0.21 | 75.39 | 0.6 | 0.49 |
| Hex | A3 | CA | 32 | 13 | 0 | 4B | 15 | 4B | 3C | 31 |
| Octal | 243 | 312 | 62 | 23 | 0 | 113 | 25 | 113 | 74 | 61 |
| Binary | 10100011 | 11001010 | 110010 | 10011 | 0 | 1001011 | 10101 | 1001011 | 111100 | 110001 |
Color Harmonies of #A3CA32
Complementary color
Monochromatic Colors of #A3CA32
Black with #A3CA32
Text Example
Text Example
White with #A3CA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CA32; }
p { color: rgb(163,202,50); }
H1.HeaderClassName
{
color: #A3CA32;
}
.AnyTagClassName
{
color: #A3CA32;
}
</style>
background-color css
<style>
a { background-color: #A3CA32; }
a { background-color: rgb(163,202,50); }
div.DivClassName
{
background-color: #A3CA32;
}
.BgClassName
{
background-color: #A3CA32;
}
</style>
border-color css
<style>
span { border-color: #A3CA32; }
span { border-color: rgb(163,202,50); }
td.TdClassName
{
border-color: #A3CA32;
}
.TagClassName
{
border-color: #A3CA32;
}
</style>