Shades of Yellow Green #A8CB34
Tints of Yellow Green #A8CB34
RGB
CMYK
RGB Variations
Color information
#A8CB34 (or 0xA8CB34) is known color: Yellow Green. HEX triplet: A8, CB and 34. RGB value is (168,203,52). Sum of RGB (Red+Green+Blue) = 168+203+52=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CB34 is #5734CB. Grayscale: #AFAFAF. Windows color (decimal): -5715148 or 3460008. OLE color: 3460008.
HSL color Cylindrical-coordinate representation of color #A8CB34: hue angle of 73.91º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8CB34 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 52 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.20 |
| HSL | 73.91º | 0.59% | 0.5% | - |
| HSV(B) | 73.91º | 0.74% | 0.8% | - |
| XYZ | 38.12 | 51.28 | 11.14 | - |
| YUV | 175.32 | 58.4 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 52 | 0.17 | 0 | 0.74 | 0.20 | 73.91 | 0.59 | 0.5 |
| Hex | A8 | CB | 34 | 11 | 0 | 4A | 14 | 4A | 3B | 32 |
| Octal | 250 | 313 | 64 | 21 | 0 | 112 | 24 | 112 | 73 | 62 |
| Binary | 10101000 | 11001011 | 110100 | 10001 | 0 | 1001010 | 10100 | 1001010 | 111011 | 110010 |
Color Harmonies of #A8CB34
Complementary color
Monochromatic Colors of #A8CB34
Black with #A8CB34
Text Example
Text Example
White with #A8CB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB34; }
p { color: rgb(168,203,52); }
H1.HeaderClassName
{
color: #A8CB34;
}
.AnyTagClassName
{
color: #A8CB34;
}
</style>
background-color css
<style>
a { background-color: #A8CB34; }
a { background-color: rgb(168,203,52); }
div.DivClassName
{
background-color: #A8CB34;
}
.BgClassName
{
background-color: #A8CB34;
}
</style>
border-color css
<style>
span { border-color: #A8CB34; }
span { border-color: rgb(168,203,52); }
td.TdClassName
{
border-color: #A8CB34;
}
.TagClassName
{
border-color: #A8CB34;
}
</style>