Shades of Yellow Green #A1C934
Tints of Yellow Green #A1C934
RGB
CMYK
RGB Variations
Color information
#A1C934 (or 0xA1C934) is known color: Yellow Green. HEX triplet: A1, C9 and 34. RGB value is (161,201,52). Sum of RGB (Red+Green+Blue) = 161+201+52=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 52 (20.70% from 255 or 12.56% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C934 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C934 is #5E36CB. Grayscale: #ACACAC. Windows color (decimal): -6174412 or 3459489. OLE color: 3459489.
HSL color Cylindrical-coordinate representation of color #A1C934: hue angle of 76.11º degrees, saturation: 0.59, 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 #A1C934 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 52 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.21 |
| HSL | 76.11º | 0.59% | 0.5% | - |
| HSV(B) | 76.11º | 0.74% | 0.79% | - |
| XYZ | 36.2 | 49.6 | 10.91 | - |
| YUV | 172.05 | 60.25 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 52 | 0.20 | 0 | 0.74 | 0.21 | 76.11 | 0.59 | 0.5 |
| Hex | A1 | C9 | 34 | 14 | 0 | 4A | 15 | 4C | 3B | 32 |
| Octal | 241 | 311 | 64 | 24 | 0 | 112 | 25 | 114 | 73 | 62 |
| Binary | 10100001 | 11001001 | 110100 | 10100 | 0 | 1001010 | 10101 | 1001100 | 111011 | 110010 |
Color Harmonies of #A1C934
Complementary color
Monochromatic Colors of #A1C934
Black with #A1C934
Text Example
Text Example
White with #A1C934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C934; }
p { color: rgb(161,201,52); }
H1.HeaderClassName
{
color: #A1C934;
}
.AnyTagClassName
{
color: #A1C934;
}
</style>
background-color css
<style>
a { background-color: #A1C934; }
a { background-color: rgb(161,201,52); }
div.DivClassName
{
background-color: #A1C934;
}
.BgClassName
{
background-color: #A1C934;
}
</style>
border-color css
<style>
span { border-color: #A1C934; }
span { border-color: rgb(161,201,52); }
td.TdClassName
{
border-color: #A1C934;
}
.TagClassName
{
border-color: #A1C934;
}
</style>