Shades of Yellow Green #A1C13A
Tints of Yellow Green #A1C13A
RGB
CMYK
RGB Variations
Color information
#A1C13A (or 0xA1C13A) is known color: Yellow Green. HEX triplet: A1, C1 and 3A. RGB value is (161,193,58). Sum of RGB (Red+Green+Blue) = 161+193+58=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C13A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C13A is #5E3EC5. Grayscale: #A8A8A8. Windows color (decimal): -6176454 or 3850657. OLE color: 3850657.
HSL color Cylindrical-coordinate representation of color #A1C13A: hue angle of 74.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1C13A is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 58 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.24 |
| HSL | 74.22º | 0.54% | 0.49% | - |
| HSV(B) | 74.22º | 0.7% | 0.76% | - |
| XYZ | 34.53 | 46.02 | 11.07 | - |
| YUV | 168.04 | 65.9 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 58 | 0.17 | 0 | 0.70 | 0.24 | 74.22 | 0.54 | 0.49 |
| Hex | A1 | C1 | 3A | 11 | 0 | 46 | 18 | 4A | 36 | 31 |
| Octal | 241 | 301 | 72 | 21 | 0 | 106 | 30 | 112 | 66 | 61 |
| Binary | 10100001 | 11000001 | 111010 | 10001 | 0 | 1000110 | 11000 | 1001010 | 110110 | 110001 |
Color Harmonies of #A1C13A
Complementary color
Monochromatic Colors of #A1C13A
Black with #A1C13A
Text Example
Text Example
White with #A1C13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C13A; }
p { color: rgb(161,193,58); }
H1.HeaderClassName
{
color: #A1C13A;
}
.AnyTagClassName
{
color: #A1C13A;
}
</style>
background-color css
<style>
a { background-color: #A1C13A; }
a { background-color: rgb(161,193,58); }
div.DivClassName
{
background-color: #A1C13A;
}
.BgClassName
{
background-color: #A1C13A;
}
</style>
border-color css
<style>
span { border-color: #A1C13A; }
span { border-color: rgb(161,193,58); }
td.TdClassName
{
border-color: #A1C13A;
}
.TagClassName
{
border-color: #A1C13A;
}
</style>