Shades of Spring Bud #A2F30F
Tints of Spring Bud #A2F30F
RGB
CMYK
RGB Variations
Color information
#A2F30F (or 0xA2F30F) is known color: Spring Bud. HEX triplet: A2, F3 and 0F. RGB value is (162,243,15). Sum of RGB (Red+Green+Blue) = 162+243+15=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 243 (95.31% from 255 or 57.86% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F30F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F30F is #5D0CF0. Grayscale: #C1C1C1. Windows color (decimal): -6098161 or 1045410. OLE color: 1045410.
HSL color Cylindrical-coordinate representation of color #A2F30F: hue angle of 81.32º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2F30F is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 15 | - |
| CMYK | 0.33 | 0 | 0.94 | 0.05 |
| HSL | 81.32º | 0.9% | 0.51% | - |
| HSV(B) | 81.32º | 0.94% | 0.95% | - |
| XYZ | 47.04 | 71.82 | 11.83 | - |
| YUV | 192.79 | 27.66 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 15 | 0.33 | 0 | 0.94 | 0.05 | 81.32 | 0.9 | 0.51 |
| Hex | A2 | F3 | F | 21 | 0 | 5E | 5 | 51 | 5A | 33 |
| Octal | 242 | 363 | 17 | 41 | 0 | 136 | 5 | 121 | 132 | 63 |
| Binary | 10100010 | 11110011 | 1111 | 100001 | 0 | 1011110 | 101 | 1010001 | 1011010 | 110011 |
Color Harmonies of #A2F30F
Complementary color
Monochromatic Colors of #A2F30F
Black with #A2F30F
Text Example
Text Example
White with #A2F30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F30F; }
p { color: rgb(162,243,15); }
H1.HeaderClassName
{
color: #A2F30F;
}
.AnyTagClassName
{
color: #A2F30F;
}
</style>
background-color css
<style>
a { background-color: #A2F30F; }
a { background-color: rgb(162,243,15); }
div.DivClassName
{
background-color: #A2F30F;
}
.BgClassName
{
background-color: #A2F30F;
}
</style>
border-color css
<style>
span { border-color: #A2F30F; }
span { border-color: rgb(162,243,15); }
td.TdClassName
{
border-color: #A2F30F;
}
.TagClassName
{
border-color: #A2F30F;
}
</style>