Shades of Yellow Green #A1BE3A
Tints of Yellow Green #A1BE3A
RGB
CMYK
RGB Variations
Color information
#A1BE3A (or 0xA1BE3A) is known color: Yellow Green. HEX triplet: A1, BE and 3A. RGB value is (161,190,58). Sum of RGB (Red+Green+Blue) = 161+190+58=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BE3A is #5E41C5. Grayscale: #A6A6A6. Windows color (decimal): -6177222 or 3849889. OLE color: 3849889.
HSL color Cylindrical-coordinate representation of color #A1BE3A: hue angle of 73.18º 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 #A1BE3A is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 58 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.25 |
| HSL | 73.18º | 0.53% | 0.49% | - |
| HSV(B) | 73.18º | 0.69% | 0.75% | - |
| XYZ | 33.88 | 44.71 | 10.85 | - |
| YUV | 166.28 | 66.89 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 58 | 0.15 | 0 | 0.69 | 0.25 | 73.18 | 0.53 | 0.49 |
| Hex | A1 | BE | 3A | F | 0 | 45 | 19 | 49 | 35 | 31 |
| Octal | 241 | 276 | 72 | 17 | 0 | 105 | 31 | 111 | 65 | 61 |
| Binary | 10100001 | 10111110 | 111010 | 1111 | 0 | 1000101 | 11001 | 1001001 | 110101 | 110001 |
Color Harmonies of #A1BE3A
Complementary color
Monochromatic Colors of #A1BE3A
Black with #A1BE3A
Text Example
Text Example
White with #A1BE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BE3A; }
p { color: rgb(161,190,58); }
H1.HeaderClassName
{
color: #A1BE3A;
}
.AnyTagClassName
{
color: #A1BE3A;
}
</style>
background-color css
<style>
a { background-color: #A1BE3A; }
a { background-color: rgb(161,190,58); }
div.DivClassName
{
background-color: #A1BE3A;
}
.BgClassName
{
background-color: #A1BE3A;
}
</style>
border-color css
<style>
span { border-color: #A1BE3A; }
span { border-color: rgb(161,190,58); }
td.TdClassName
{
border-color: #A1BE3A;
}
.TagClassName
{
border-color: #A1BE3A;
}
</style>