Shades of Yellow Green #A8CA33
Tints of Yellow Green #A8CA33
RGB
CMYK
RGB Variations
Color information
#A8CA33 (or 0xA8CA33) is known color: Yellow Green. HEX triplet: A8, CA and 33. RGB value is (168,202,51). Sum of RGB (Red+Green+Blue) = 168+202+51=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CA33 is #5735CC. Grayscale: #AFAFAF. Windows color (decimal): -5715405 or 3394216. OLE color: 3394216.
HSL color Cylindrical-coordinate representation of color #A8CA33: hue angle of 73.51º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8CA33 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 51 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.21 |
| HSL | 73.51º | 0.6% | 0.5% | - |
| HSV(B) | 73.51º | 0.75% | 0.79% | - |
| XYZ | 37.87 | 50.8 | 10.94 | - |
| YUV | 174.62 | 58.24 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 51 | 0.17 | 0 | 0.75 | 0.21 | 73.51 | 0.6 | 0.5 |
| Hex | A8 | CA | 33 | 11 | 0 | 4B | 15 | 4A | 3C | 32 |
| Octal | 250 | 312 | 63 | 21 | 0 | 113 | 25 | 112 | 74 | 62 |
| Binary | 10101000 | 11001010 | 110011 | 10001 | 0 | 1001011 | 10101 | 1001010 | 111100 | 110010 |
Color Harmonies of #A8CA33
Complementary color
Monochromatic Colors of #A8CA33
Black with #A8CA33
Text Example
Text Example
White with #A8CA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA33; }
p { color: rgb(168,202,51); }
H1.HeaderClassName
{
color: #A8CA33;
}
.AnyTagClassName
{
color: #A8CA33;
}
</style>
background-color css
<style>
a { background-color: #A8CA33; }
a { background-color: rgb(168,202,51); }
div.DivClassName
{
background-color: #A8CA33;
}
.BgClassName
{
background-color: #A8CA33;
}
</style>
border-color css
<style>
span { border-color: #A8CA33; }
span { border-color: rgb(168,202,51); }
td.TdClassName
{
border-color: #A8CA33;
}
.TagClassName
{
border-color: #A8CA33;
}
</style>