Shades of Yellow Green #A1CB34
Tints of Yellow Green #A1CB34
RGB
CMYK
RGB Variations
Color information
#A1CB34 (or 0xA1CB34) is known color: Yellow Green. HEX triplet: A1, CB and 34. RGB value is (161,203,52). Sum of RGB (Red+Green+Blue) = 161+203+52=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CB34 is #5E34CB. Grayscale: #ADADAD. Windows color (decimal): -6173900 or 3460001. OLE color: 3460001.
HSL color Cylindrical-coordinate representation of color #A1CB34: hue angle of 76.69º 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 #A1CB34 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 203 | 52 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.20 |
| HSL | 76.69º | 0.59% | 0.5% | - |
| HSV(B) | 76.69º | 0.74% | 0.8% | - |
| XYZ | 36.67 | 50.54 | 11.07 | - |
| YUV | 173.23 | 59.59 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 52 | 0.21 | 0 | 0.74 | 0.20 | 76.69 | 0.59 | 0.5 |
| Hex | A1 | CB | 34 | 15 | 0 | 4A | 14 | 4D | 3B | 32 |
| Octal | 241 | 313 | 64 | 25 | 0 | 112 | 24 | 115 | 73 | 62 |
| Binary | 10100001 | 11001011 | 110100 | 10101 | 0 | 1001010 | 10100 | 1001101 | 111011 | 110010 |
Color Harmonies of #A1CB34
Complementary color
Monochromatic Colors of #A1CB34
Black with #A1CB34
Text Example
Text Example
White with #A1CB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CB34; }
p { color: rgb(161,203,52); }
H1.HeaderClassName
{
color: #A1CB34;
}
.AnyTagClassName
{
color: #A1CB34;
}
</style>
background-color css
<style>
a { background-color: #A1CB34; }
a { background-color: rgb(161,203,52); }
div.DivClassName
{
background-color: #A1CB34;
}
.BgClassName
{
background-color: #A1CB34;
}
</style>
border-color css
<style>
span { border-color: #A1CB34; }
span { border-color: rgb(161,203,52); }
td.TdClassName
{
border-color: #A1CB34;
}
.TagClassName
{
border-color: #A1CB34;
}
</style>