Shades of Yellow Green #A3CA35
Tints of Yellow Green #A3CA35
RGB
CMYK
RGB Variations
Color information
#A3CA35 (or 0xA3CA35) is known color: Yellow Green. HEX triplet: A3, CA and 35. RGB value is (163,202,53). Sum of RGB (Red+Green+Blue) = 163+202+53=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CA35 is #5C35CA. Grayscale: #ADADAD. Windows color (decimal): -6043083 or 3525283. OLE color: 3525283.
HSL color Cylindrical-coordinate representation of color #A3CA35: hue angle of 75.7º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3CA35 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 53 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.21 |
| HSL | 75.7º | 0.58% | 0.5% | - |
| HSV(B) | 75.7º | 0.74% | 0.79% | - |
| XYZ | 36.87 | 50.28 | 11.13 | - |
| YUV | 173.35 | 60.08 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 53 | 0.19 | 0 | 0.74 | 0.21 | 75.7 | 0.58 | 0.5 |
| Hex | A3 | CA | 35 | 13 | 0 | 4A | 15 | 4C | 3A | 32 |
| Octal | 243 | 312 | 65 | 23 | 0 | 112 | 25 | 114 | 72 | 62 |
| Binary | 10100011 | 11001010 | 110101 | 10011 | 0 | 1001010 | 10101 | 1001100 | 111010 | 110010 |
Color Harmonies of #A3CA35
Complementary color
Monochromatic Colors of #A3CA35
Black with #A3CA35
Text Example
Text Example
White with #A3CA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CA35; }
p { color: rgb(163,202,53); }
H1.HeaderClassName
{
color: #A3CA35;
}
.AnyTagClassName
{
color: #A3CA35;
}
</style>
background-color css
<style>
a { background-color: #A3CA35; }
a { background-color: rgb(163,202,53); }
div.DivClassName
{
background-color: #A3CA35;
}
.BgClassName
{
background-color: #A3CA35;
}
</style>
border-color css
<style>
span { border-color: #A3CA35; }
span { border-color: rgb(163,202,53); }
td.TdClassName
{
border-color: #A3CA35;
}
.TagClassName
{
border-color: #A3CA35;
}
</style>