Shades of Spring Bud #A2F411
Tints of Spring Bud #A2F411
RGB
CMYK
RGB Variations
Color information
#A2F411 (or 0xA2F411) is known color: Spring Bud. HEX triplet: A2, F4 and 11. RGB value is (162,244,17). Sum of RGB (Red+Green+Blue) = 162+244+17=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 244 (95.70% from 255 or 57.68% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F411 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F411 is #5D0BEE. Grayscale: #C2C2C2. Windows color (decimal): -6097903 or 1176738. OLE color: 1176738.
HSL color Cylindrical-coordinate representation of color #A2F411: hue angle of 81.67º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2F411 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 244 | 17 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.04 |
| HSL | 81.67º | 0.91% | 0.51% | - |
| HSV(B) | 81.67º | 0.93% | 0.96% | - |
| XYZ | 47.35 | 72.42 | 12.01 | - |
| YUV | 193.6 | 28.33 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 244 | 17 | 0.34 | 0 | 0.93 | 0.04 | 81.67 | 0.91 | 0.51 |
| Hex | A2 | F4 | 11 | 22 | 0 | 5D | 4 | 52 | 5B | 33 |
| Octal | 242 | 364 | 21 | 42 | 0 | 135 | 4 | 122 | 133 | 63 |
| Binary | 10100010 | 11110100 | 10001 | 100010 | 0 | 1011101 | 100 | 1010010 | 1011011 | 110011 |
Color Harmonies of #A2F411
Complementary color
Monochromatic Colors of #A2F411
Black with #A2F411
Text Example
Text Example
White with #A2F411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F411; }
p { color: rgb(162,244,17); }
H1.HeaderClassName
{
color: #A2F411;
}
.AnyTagClassName
{
color: #A2F411;
}
</style>
background-color css
<style>
a { background-color: #A2F411; }
a { background-color: rgb(162,244,17); }
div.DivClassName
{
background-color: #A2F411;
}
.BgClassName
{
background-color: #A2F411;
}
</style>
border-color css
<style>
span { border-color: #A2F411; }
span { border-color: rgb(162,244,17); }
td.TdClassName
{
border-color: #A2F411;
}
.TagClassName
{
border-color: #A2F411;
}
</style>