Shades of Yellow Green #A1CD31
Tints of Yellow Green #A1CD31
RGB
CMYK
RGB Variations
Color information
#A1CD31 (or 0xA1CD31) is known color: Yellow Green. HEX triplet: A1, CD and 31. RGB value is (161,205,49). Sum of RGB (Red+Green+Blue) = 161+205+49=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 205 (80.47% from 255 or 49.40% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CD31 is #5E32CE. Grayscale: #AEAEAE. Windows color (decimal): -6173391 or 3263905. OLE color: 3263905.
HSL color Cylindrical-coordinate representation of color #A1CD31: hue angle of 76.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1CD31 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 205 | 49 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.20 |
| HSL | 76.92º | 0.61% | 0.5% | - |
| HSV(B) | 76.92º | 0.76% | 0.8% | - |
| XYZ | 37.08 | 51.46 | 10.88 | - |
| YUV | 174.06 | 57.42 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 49 | 0.21 | 0 | 0.76 | 0.20 | 76.92 | 0.61 | 0.5 |
| Hex | A1 | CD | 31 | 15 | 0 | 4C | 14 | 4D | 3D | 32 |
| Octal | 241 | 315 | 61 | 25 | 0 | 114 | 24 | 115 | 75 | 62 |
| Binary | 10100001 | 11001101 | 110001 | 10101 | 0 | 1001100 | 10100 | 1001101 | 111101 | 110010 |
Color Harmonies of #A1CD31
Complementary color
Monochromatic Colors of #A1CD31
Black with #A1CD31
Text Example
Text Example
White with #A1CD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CD31; }
p { color: rgb(161,205,49); }
H1.HeaderClassName
{
color: #A1CD31;
}
.AnyTagClassName
{
color: #A1CD31;
}
</style>
background-color css
<style>
a { background-color: #A1CD31; }
a { background-color: rgb(161,205,49); }
div.DivClassName
{
background-color: #A1CD31;
}
.BgClassName
{
background-color: #A1CD31;
}
</style>
border-color css
<style>
span { border-color: #A1CD31; }
span { border-color: rgb(161,205,49); }
td.TdClassName
{
border-color: #A1CD31;
}
.TagClassName
{
border-color: #A1CD31;
}
</style>