Shades of Yellow Green #A1CD28
Tints of Yellow Green #A1CD28
RGB
CMYK
RGB Variations
Color information
#A1CD28 (or 0xA1CD28) is known color: Yellow Green. HEX triplet: A1, CD and 28. RGB value is (161,205,40). Sum of RGB (Red+Green+Blue) = 161+205+40=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CD28 is #5E32D7. Grayscale: #ADADAD. Windows color (decimal): -6173400 or 2674081. OLE color: 2674081.
HSL color Cylindrical-coordinate representation of color #A1CD28: hue angle of 76º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1CD28 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 205 | 40 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.20 |
| HSL | 76º | 0.67% | 0.48% | - |
| HSV(B) | 76º | 0.8% | 0.8% | - |
| XYZ | 36.91 | 51.39 | 9.98 | - |
| YUV | 173.03 | 52.92 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 40 | 0.21 | 0 | 0.80 | 0.20 | 76 | 0.67 | 0.48 |
| Hex | A1 | CD | 28 | 15 | 0 | 50 | 14 | 4C | 43 | 30 |
| Octal | 241 | 315 | 50 | 25 | 0 | 120 | 24 | 114 | 103 | 60 |
| Binary | 10100001 | 11001101 | 101000 | 10101 | 0 | 1010000 | 10100 | 1001100 | 1000011 | 110000 |
Color Harmonies of #A1CD28
Complementary color
Monochromatic Colors of #A1CD28
Black with #A1CD28
Text Example
Text Example
White with #A1CD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CD28; }
p { color: rgb(161,205,40); }
H1.HeaderClassName
{
color: #A1CD28;
}
.AnyTagClassName
{
color: #A1CD28;
}
</style>
background-color css
<style>
a { background-color: #A1CD28; }
a { background-color: rgb(161,205,40); }
div.DivClassName
{
background-color: #A1CD28;
}
.BgClassName
{
background-color: #A1CD28;
}
</style>
border-color css
<style>
span { border-color: #A1CD28; }
span { border-color: rgb(161,205,40); }
td.TdClassName
{
border-color: #A1CD28;
}
.TagClassName
{
border-color: #A1CD28;
}
</style>