Shades of Yellow Green #A1CC25
Tints of Yellow Green #A1CC25
RGB
CMYK
RGB Variations
Color information
#A1CC25 (or 0xA1CC25) is known color: Yellow Green. HEX triplet: A1, CC and 25. RGB value is (161,204,37). Sum of RGB (Red+Green+Blue) = 161+204+37=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 37 (14.84% from 255 or 9.20% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CC25 is #5E33DA. Grayscale: #ACACAC. Windows color (decimal): -6173659 or 2477217. OLE color: 2477217.
HSL color Cylindrical-coordinate representation of color #A1CC25: hue angle of 75.45º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1CC25 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 37 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.2 |
| HSL | 75.45º | 0.69% | 0.47% | - |
| HSV(B) | 75.45º | 0.82% | 0.8% | - |
| XYZ | 36.62 | 50.9 | 9.64 | - |
| YUV | 172.11 | 51.75 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 37 | 0.21 | 0 | 0.82 | 0.2 | 75.45 | 0.69 | 0.47 |
| Hex | A1 | CC | 25 | 15 | 0 | 52 | 14 | 4B | 45 | 2F |
| Octal | 241 | 314 | 45 | 25 | 0 | 122 | 24 | 113 | 105 | 57 |
| Binary | 10100001 | 11001100 | 100101 | 10101 | 0 | 1010010 | 10100 | 1001011 | 1000101 | 101111 |
Color Harmonies of #A1CC25
Complementary color
Monochromatic Colors of #A1CC25
Black with #A1CC25
Text Example
Text Example
White with #A1CC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CC25; }
p { color: rgb(161,204,37); }
H1.HeaderClassName
{
color: #A1CC25;
}
.AnyTagClassName
{
color: #A1CC25;
}
</style>
background-color css
<style>
a { background-color: #A1CC25; }
a { background-color: rgb(161,204,37); }
div.DivClassName
{
background-color: #A1CC25;
}
.BgClassName
{
background-color: #A1CC25;
}
</style>
border-color css
<style>
span { border-color: #A1CC25; }
span { border-color: rgb(161,204,37); }
td.TdClassName
{
border-color: #A1CC25;
}
.TagClassName
{
border-color: #A1CC25;
}
</style>