Shades of Yellow Green #A8CA35
Tints of Yellow Green #A8CA35
RGB
CMYK
RGB Variations
Color information
#A8CA35 (or 0xA8CA35) is known color: Yellow Green. HEX triplet: A8, CA and 35. RGB value is (168,202,53). Sum of RGB (Red+Green+Blue) = 168+202+53=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CA35 is #5735CA. Grayscale: #AFAFAF. Windows color (decimal): -5715403 or 3525288. OLE color: 3525288.
HSL color Cylindrical-coordinate representation of color #A8CA35: hue angle of 73.69º 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 #A8CA35 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 53 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.21 |
| HSL | 73.69º | 0.58% | 0.5% | - |
| HSV(B) | 73.69º | 0.74% | 0.79% | - |
| XYZ | 37.91 | 50.82 | 11.18 | - |
| YUV | 174.85 | 59.24 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 53 | 0.17 | 0 | 0.74 | 0.21 | 73.69 | 0.58 | 0.5 |
| Hex | A8 | CA | 35 | 11 | 0 | 4A | 15 | 4A | 3A | 32 |
| Octal | 250 | 312 | 65 | 21 | 0 | 112 | 25 | 112 | 72 | 62 |
| Binary | 10101000 | 11001010 | 110101 | 10001 | 0 | 1001010 | 10101 | 1001010 | 111010 | 110010 |
Color Harmonies of #A8CA35
Complementary color
Monochromatic Colors of #A8CA35
Black with #A8CA35
Text Example
Text Example
White with #A8CA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA35; }
p { color: rgb(168,202,53); }
H1.HeaderClassName
{
color: #A8CA35;
}
.AnyTagClassName
{
color: #A8CA35;
}
</style>
background-color css
<style>
a { background-color: #A8CA35; }
a { background-color: rgb(168,202,53); }
div.DivClassName
{
background-color: #A8CA35;
}
.BgClassName
{
background-color: #A8CA35;
}
</style>
border-color css
<style>
span { border-color: #A8CA35; }
span { border-color: rgb(168,202,53); }
td.TdClassName
{
border-color: #A8CA35;
}
.TagClassName
{
border-color: #A8CA35;
}
</style>