Shades of Yellow Green #A1C03B
Tints of Yellow Green #A1C03B
RGB
CMYK
RGB Variations
Color information
#A1C03B (or 0xA1C03B) is known color: Yellow Green. HEX triplet: A1, C0 and 3B. RGB value is (161,192,59). Sum of RGB (Red+Green+Blue) = 161+192+59=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 59 (23.44% from 255 or 14.32% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C03B is #5E3FC4. Grayscale: #A8A8A8. Windows color (decimal): -6176709 or 3915937. OLE color: 3915937.
HSL color Cylindrical-coordinate representation of color #A1C03B: hue angle of 73.98º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1C03B is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 59 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.25 |
| HSL | 73.98º | 0.53% | 0.49% | - |
| HSV(B) | 73.98º | 0.69% | 0.75% | - |
| XYZ | 34.34 | 45.59 | 11.13 | - |
| YUV | 167.57 | 66.73 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 59 | 0.16 | 0 | 0.69 | 0.25 | 73.98 | 0.53 | 0.49 |
| Hex | A1 | C0 | 3B | 10 | 0 | 45 | 19 | 4A | 35 | 31 |
| Octal | 241 | 300 | 73 | 20 | 0 | 105 | 31 | 112 | 65 | 61 |
| Binary | 10100001 | 11000000 | 111011 | 10000 | 0 | 1000101 | 11001 | 1001010 | 110101 | 110001 |
Color Harmonies of #A1C03B
Complementary color
Monochromatic Colors of #A1C03B
Black with #A1C03B
Text Example
Text Example
White with #A1C03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C03B; }
p { color: rgb(161,192,59); }
H1.HeaderClassName
{
color: #A1C03B;
}
.AnyTagClassName
{
color: #A1C03B;
}
</style>
background-color css
<style>
a { background-color: #A1C03B; }
a { background-color: rgb(161,192,59); }
div.DivClassName
{
background-color: #A1C03B;
}
.BgClassName
{
background-color: #A1C03B;
}
</style>
border-color css
<style>
span { border-color: #A1C03B; }
span { border-color: rgb(161,192,59); }
td.TdClassName
{
border-color: #A1C03B;
}
.TagClassName
{
border-color: #A1C03B;
}
</style>