Shades of Yellow Green #A1C135
Tints of Yellow Green #A1C135
RGB
CMYK
RGB Variations
Color information
#A1C135 (or 0xA1C135) is known color: Yellow Green. HEX triplet: A1, C1 and 35. RGB value is (161,193,53). Sum of RGB (Red+Green+Blue) = 161+193+53=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C135 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C135 is #5E3ECA. Grayscale: #A8A8A8. Windows color (decimal): -6176459 or 3522977. OLE color: 3522977.
HSL color Cylindrical-coordinate representation of color #A1C135: hue angle of 73.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1C135 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 53 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.24 |
| HSL | 73.71º | 0.57% | 0.48% | - |
| HSV(B) | 73.71º | 0.73% | 0.76% | - |
| XYZ | 34.41 | 45.97 | 10.43 | - |
| YUV | 167.47 | 63.4 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 53 | 0.17 | 0 | 0.73 | 0.24 | 73.71 | 0.57 | 0.48 |
| Hex | A1 | C1 | 35 | 11 | 0 | 49 | 18 | 4A | 39 | 30 |
| Octal | 241 | 301 | 65 | 21 | 0 | 111 | 30 | 112 | 71 | 60 |
| Binary | 10100001 | 11000001 | 110101 | 10001 | 0 | 1001001 | 11000 | 1001010 | 111001 | 110000 |
Color Harmonies of #A1C135
Complementary color
Monochromatic Colors of #A1C135
Black with #A1C135
Text Example
Text Example
White with #A1C135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C135; }
p { color: rgb(161,193,53); }
H1.HeaderClassName
{
color: #A1C135;
}
.AnyTagClassName
{
color: #A1C135;
}
</style>
background-color css
<style>
a { background-color: #A1C135; }
a { background-color: rgb(161,193,53); }
div.DivClassName
{
background-color: #A1C135;
}
.BgClassName
{
background-color: #A1C135;
}
</style>
border-color css
<style>
span { border-color: #A1C135; }
span { border-color: rgb(161,193,53); }
td.TdClassName
{
border-color: #A1C135;
}
.TagClassName
{
border-color: #A1C135;
}
</style>