Shades of Yellow Green #A1C628
Tints of Yellow Green #A1C628
RGB
CMYK
RGB Variations
Color information
#A1C628 (or 0xA1C628) is known color: Yellow Green. HEX triplet: A1, C6 and 28. RGB value is (161,198,40). Sum of RGB (Red+Green+Blue) = 161+198+40=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 40 (16.02% from 255 or 10.03% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C628 is #5E39D7. Grayscale: #A9A9A9. Windows color (decimal): -6175192 or 2672289. OLE color: 2672289.
HSL color Cylindrical-coordinate representation of color #A1C628: hue angle of 74.05º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1C628 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 198 | 40 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.22 |
| HSL | 74.05º | 0.66% | 0.47% | - |
| HSV(B) | 74.05º | 0.8% | 0.78% | - |
| XYZ | 35.28 | 48.12 | 9.44 | - |
| YUV | 168.93 | 55.24 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 198 | 40 | 0.19 | 0 | 0.80 | 0.22 | 74.05 | 0.66 | 0.47 |
| Hex | A1 | C6 | 28 | 13 | 0 | 50 | 16 | 4A | 42 | 2F |
| Octal | 241 | 306 | 50 | 23 | 0 | 120 | 26 | 112 | 102 | 57 |
| Binary | 10100001 | 11000110 | 101000 | 10011 | 0 | 1010000 | 10110 | 1001010 | 1000010 | 101111 |
Color Harmonies of #A1C628
Complementary color
Monochromatic Colors of #A1C628
Black with #A1C628
Text Example
Text Example
White with #A1C628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C628; }
p { color: rgb(161,198,40); }
H1.HeaderClassName
{
color: #A1C628;
}
.AnyTagClassName
{
color: #A1C628;
}
</style>
background-color css
<style>
a { background-color: #A1C628; }
a { background-color: rgb(161,198,40); }
div.DivClassName
{
background-color: #A1C628;
}
.BgClassName
{
background-color: #A1C628;
}
</style>
border-color css
<style>
span { border-color: #A1C628; }
span { border-color: rgb(161,198,40); }
td.TdClassName
{
border-color: #A1C628;
}
.TagClassName
{
border-color: #A1C628;
}
</style>