Shades of Yellow Green #A1CD33
Tints of Yellow Green #A1CD33
RGB
CMYK
RGB Variations
Color information
#A1CD33 (or 0xA1CD33) is known color: Yellow Green. HEX triplet: A1, CD and 33. RGB value is (161,205,51). Sum of RGB (Red+Green+Blue) = 161+205+51=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 51 (20.31% from 255 or 12.23% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CD33 is #5E32CC. Grayscale: #AEAEAE. Windows color (decimal): -6173389 or 3394977. OLE color: 3394977.
HSL color Cylindrical-coordinate representation of color #A1CD33: hue angle of 77.14º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1CD33 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 205 | 51 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.20 |
| HSL | 77.14º | 0.61% | 0.5% | - |
| HSV(B) | 77.14º | 0.75% | 0.8% | - |
| XYZ | 37.13 | 51.48 | 11.11 | - |
| YUV | 174.29 | 58.42 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 51 | 0.21 | 0 | 0.75 | 0.20 | 77.14 | 0.61 | 0.5 |
| Hex | A1 | CD | 33 | 15 | 0 | 4B | 14 | 4D | 3D | 32 |
| Octal | 241 | 315 | 63 | 25 | 0 | 113 | 24 | 115 | 75 | 62 |
| Binary | 10100001 | 11001101 | 110011 | 10101 | 0 | 1001011 | 10100 | 1001101 | 111101 | 110010 |
Color Harmonies of #A1CD33
Complementary color
Monochromatic Colors of #A1CD33
Black with #A1CD33
Text Example
Text Example
White with #A1CD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CD33; }
p { color: rgb(161,205,51); }
H1.HeaderClassName
{
color: #A1CD33;
}
.AnyTagClassName
{
color: #A1CD33;
}
</style>
background-color css
<style>
a { background-color: #A1CD33; }
a { background-color: rgb(161,205,51); }
div.DivClassName
{
background-color: #A1CD33;
}
.BgClassName
{
background-color: #A1CD33;
}
</style>
border-color css
<style>
span { border-color: #A1CD33; }
span { border-color: rgb(161,205,51); }
td.TdClassName
{
border-color: #A1CD33;
}
.TagClassName
{
border-color: #A1CD33;
}
</style>