Shades of Yellow Green #A2BF30
Tints of Yellow Green #A2BF30
RGB
CMYK
RGB Variations
Color information
#A2BF30 (or 0xA2BF30) is known color: Yellow Green. HEX triplet: A2, BF and 30. RGB value is (162,191,48). Sum of RGB (Red+Green+Blue) = 162+191+48=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BF30 is #5D40CF. Grayscale: #A6A6A6. Windows color (decimal): -6111440 or 3194786. OLE color: 3194786.
HSL color Cylindrical-coordinate representation of color #A2BF30: hue angle of 72.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2BF30 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 191 | 48 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.25 |
| HSL | 72.17º | 0.6% | 0.47% | - |
| HSV(B) | 72.17º | 0.75% | 0.75% | - |
| XYZ | 34.06 | 45.16 | 9.72 | - |
| YUV | 166.03 | 61.39 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 48 | 0.15 | 0 | 0.75 | 0.25 | 72.17 | 0.6 | 0.47 |
| Hex | A2 | BF | 30 | F | 0 | 4B | 19 | 48 | 3C | 2F |
| Octal | 242 | 277 | 60 | 17 | 0 | 113 | 31 | 110 | 74 | 57 |
| Binary | 10100010 | 10111111 | 110000 | 1111 | 0 | 1001011 | 11001 | 1001000 | 111100 | 101111 |
Color Harmonies of #A2BF30
Complementary color
Monochromatic Colors of #A2BF30
Black with #A2BF30
Text Example
Text Example
White with #A2BF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BF30; }
p { color: rgb(162,191,48); }
H1.HeaderClassName
{
color: #A2BF30;
}
.AnyTagClassName
{
color: #A2BF30;
}
</style>
background-color css
<style>
a { background-color: #A2BF30; }
a { background-color: rgb(162,191,48); }
div.DivClassName
{
background-color: #A2BF30;
}
.BgClassName
{
background-color: #A2BF30;
}
</style>
border-color css
<style>
span { border-color: #A2BF30; }
span { border-color: rgb(162,191,48); }
td.TdClassName
{
border-color: #A2BF30;
}
.TagClassName
{
border-color: #A2BF30;
}
</style>