Shades of Spring Bud #A2FF03
Tints of Spring Bud #A2FF03
RGB
CMYK
RGB Variations
Color information
#A2FF03 (or 0xA2FF03) is known color: Spring Bud. HEX triplet: A2, FF and 03. RGB value is (162,255,3). Sum of RGB (Red+Green+Blue) = 162+255+3=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 255 (100% from 255 or 60.71% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FF03 is #5D00FC. Grayscale: #C7C7C7. Windows color (decimal): -6095101 or 262050. OLE color: 262050.
HSL color Cylindrical-coordinate representation of color #A2FF03: hue angle of 82.14º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2FF03 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 3 | - |
| CMYK | 0.36 | 0 | 0.99 | 0 |
| HSL | 82.14º | 1% | 0.51% | - |
| HSV(B) | 82.14º | 0.99% | 1% | - |
| XYZ | 50.68 | 79.21 | 12.7 | - |
| YUV | 198.47 | 17.69 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 3 | 0.36 | 0 | 0.99 | 0 | 82.14 | 1 | 0.51 |
| Hex | A2 | FF | 3 | 24 | 0 | 63 | 0 | 52 | 64 | 33 |
| Octal | 242 | 377 | 3 | 44 | 0 | 143 | 0 | 122 | 144 | 63 |
| Binary | 10100010 | 11111111 | 11 | 100100 | 0 | 1100011 | 0 | 1010010 | 1100100 | 110011 |
Color Harmonies of #A2FF03
Complementary color
Monochromatic Colors of #A2FF03
Black with #A2FF03
Text Example
Text Example
White with #A2FF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FF03; }
p { color: rgb(162,255,3); }
H1.HeaderClassName
{
color: #A2FF03;
}
.AnyTagClassName
{
color: #A2FF03;
}
</style>
background-color css
<style>
a { background-color: #A2FF03; }
a { background-color: rgb(162,255,3); }
div.DivClassName
{
background-color: #A2FF03;
}
.BgClassName
{
background-color: #A2FF03;
}
</style>
border-color css
<style>
span { border-color: #A2FF03; }
span { border-color: rgb(162,255,3); }
td.TdClassName
{
border-color: #A2FF03;
}
.TagClassName
{
border-color: #A2FF03;
}
</style>