Shades of Yellow Green #A1CC2F
Tints of Yellow Green #A1CC2F
RGB
CMYK
RGB Variations
Color information
#A1CC2F (or 0xA1CC2F) is known color: Yellow Green. HEX triplet: A1, CC and 2F. RGB value is (161,204,47). Sum of RGB (Red+Green+Blue) = 161+204+47=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CC2F is #5E33D0. Grayscale: #ADADAD. Windows color (decimal): -6173649 or 3132577. OLE color: 3132577.
HSL color Cylindrical-coordinate representation of color #A1CC2F: hue angle of 76.43º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A1CC2F is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 47 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.2 |
| HSL | 76.43º | 0.63% | 0.49% | - |
| HSV(B) | 76.43º | 0.77% | 0.8% | - |
| XYZ | 36.8 | 50.97 | 10.59 | - |
| YUV | 173.25 | 56.75 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 47 | 0.21 | 0 | 0.77 | 0.2 | 76.43 | 0.63 | 0.49 |
| Hex | A1 | CC | 2F | 15 | 0 | 4D | 14 | 4C | 3F | 31 |
| Octal | 241 | 314 | 57 | 25 | 0 | 115 | 24 | 114 | 77 | 61 |
| Binary | 10100001 | 11001100 | 101111 | 10101 | 0 | 1001101 | 10100 | 1001100 | 111111 | 110001 |
Color Harmonies of #A1CC2F
Complementary color
Monochromatic Colors of #A1CC2F
Black with #A1CC2F
Text Example
Text Example
White with #A1CC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CC2F; }
p { color: rgb(161,204,47); }
H1.HeaderClassName
{
color: #A1CC2F;
}
.AnyTagClassName
{
color: #A1CC2F;
}
</style>
background-color css
<style>
a { background-color: #A1CC2F; }
a { background-color: rgb(161,204,47); }
div.DivClassName
{
background-color: #A1CC2F;
}
.BgClassName
{
background-color: #A1CC2F;
}
</style>
border-color css
<style>
span { border-color: #A1CC2F; }
span { border-color: rgb(161,204,47); }
td.TdClassName
{
border-color: #A1CC2F;
}
.TagClassName
{
border-color: #A1CC2F;
}
</style>