Shades of Yellow Green #A1C235
Tints of Yellow Green #A1C235
RGB
CMYK
RGB Variations
Color information
#A1C235 (or 0xA1C235) is known color: Yellow Green. HEX triplet: A1, C2 and 35. RGB value is (161,194,53). Sum of RGB (Red+Green+Blue) = 161+194+53=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C235 is #5E3DCA. Grayscale: #A8A8A8. Windows color (decimal): -6176203 or 3523233. OLE color: 3523233.
HSL color Cylindrical-coordinate representation of color #A1C235: hue angle of 74.04º 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 #A1C235 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 53 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.24 |
| HSL | 74.04º | 0.57% | 0.48% | - |
| HSV(B) | 74.04º | 0.73% | 0.76% | - |
| XYZ | 34.63 | 46.42 | 10.5 | - |
| YUV | 168.06 | 63.07 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 53 | 0.17 | 0 | 0.73 | 0.24 | 74.04 | 0.57 | 0.48 |
| Hex | A1 | C2 | 35 | 11 | 0 | 49 | 18 | 4A | 39 | 30 |
| Octal | 241 | 302 | 65 | 21 | 0 | 111 | 30 | 112 | 71 | 60 |
| Binary | 10100001 | 11000010 | 110101 | 10001 | 0 | 1001001 | 11000 | 1001010 | 111001 | 110000 |
Color Harmonies of #A1C235
Complementary color
Monochromatic Colors of #A1C235
Black with #A1C235
Text Example
Text Example
White with #A1C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C235; }
p { color: rgb(161,194,53); }
H1.HeaderClassName
{
color: #A1C235;
}
.AnyTagClassName
{
color: #A1C235;
}
</style>
background-color css
<style>
a { background-color: #A1C235; }
a { background-color: rgb(161,194,53); }
div.DivClassName
{
background-color: #A1C235;
}
.BgClassName
{
background-color: #A1C235;
}
</style>
border-color css
<style>
span { border-color: #A1C235; }
span { border-color: rgb(161,194,53); }
td.TdClassName
{
border-color: #A1C235;
}
.TagClassName
{
border-color: #A1C235;
}
</style>