Shades of Yellow Green #A1C82D
Tints of Yellow Green #A1C82D
RGB
CMYK
RGB Variations
Color information
#A1C82D (or 0xA1C82D) is known color: Yellow Green. HEX triplet: A1, C8 and 2D. RGB value is (161,200,45). Sum of RGB (Red+Green+Blue) = 161+200+45=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C82D is #5E37D2. Grayscale: #ABABAB. Windows color (decimal): -6174675 or 3000481. OLE color: 3000481.
HSL color Cylindrical-coordinate representation of color #A1C82D: hue angle of 75.1º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A1C82D is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 200 | 45 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.22 |
| HSL | 75.1º | 0.63% | 0.48% | - |
| HSV(B) | 75.1º | 0.78% | 0.78% | - |
| XYZ | 35.83 | 49.08 | 10.07 | - |
| YUV | 170.67 | 57.08 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 200 | 45 | 0.19 | 0 | 0.78 | 0.22 | 75.1 | 0.63 | 0.48 |
| Hex | A1 | C8 | 2D | 13 | 0 | 4E | 16 | 4B | 3F | 30 |
| Octal | 241 | 310 | 55 | 23 | 0 | 116 | 26 | 113 | 77 | 60 |
| Binary | 10100001 | 11001000 | 101101 | 10011 | 0 | 1001110 | 10110 | 1001011 | 111111 | 110000 |
Color Harmonies of #A1C82D
Complementary color
Monochromatic Colors of #A1C82D
Black with #A1C82D
Text Example
Text Example
White with #A1C82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C82D; }
p { color: rgb(161,200,45); }
H1.HeaderClassName
{
color: #A1C82D;
}
.AnyTagClassName
{
color: #A1C82D;
}
</style>
background-color css
<style>
a { background-color: #A1C82D; }
a { background-color: rgb(161,200,45); }
div.DivClassName
{
background-color: #A1C82D;
}
.BgClassName
{
background-color: #A1C82D;
}
</style>
border-color css
<style>
span { border-color: #A1C82D; }
span { border-color: rgb(161,200,45); }
td.TdClassName
{
border-color: #A1C82D;
}
.TagClassName
{
border-color: #A1C82D;
}
</style>