Shades of Spring Bud #A2FF10
Tints of Spring Bud #A2FF10
RGB
CMYK
RGB Variations
Color information
#A2FF10 (or 0xA2FF10) is known color: Spring Bud. HEX triplet: A2, FF and 10. RGB value is (162,255,16). Sum of RGB (Red+Green+Blue) = 162+255+16=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 255 (100% from 255 or 58.89% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FF10 is #5D00EF. Grayscale: #C8C8C8. Windows color (decimal): -6095088 or 1114018. OLE color: 1114018.
HSL color Cylindrical-coordinate representation of color #A2FF10: hue angle of 83.35º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2FF10 is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 16 | - |
| CMYK | 0.36 | 0 | 0.94 | 0 |
| HSL | 83.35º | 1% | 0.53% | - |
| HSV(B) | 83.35º | 0.94% | 1% | - |
| XYZ | 50.75 | 79.24 | 13.11 | - |
| YUV | 199.95 | 24.19 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 16 | 0.36 | 0 | 0.94 | 0 | 83.35 | 1 | 0.53 |
| Hex | A2 | FF | 10 | 24 | 0 | 5E | 0 | 53 | 64 | 35 |
| Octal | 242 | 377 | 20 | 44 | 0 | 136 | 0 | 123 | 144 | 65 |
| Binary | 10100010 | 11111111 | 10000 | 100100 | 0 | 1011110 | 0 | 1010011 | 1100100 | 110101 |
Color Harmonies of #A2FF10
Complementary color
Monochromatic Colors of #A2FF10
Black with #A2FF10
Text Example
Text Example
White with #A2FF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FF10; }
p { color: rgb(162,255,16); }
H1.HeaderClassName
{
color: #A2FF10;
}
.AnyTagClassName
{
color: #A2FF10;
}
</style>
background-color css
<style>
a { background-color: #A2FF10; }
a { background-color: rgb(162,255,16); }
div.DivClassName
{
background-color: #A2FF10;
}
.BgClassName
{
background-color: #A2FF10;
}
</style>
border-color css
<style>
span { border-color: #A2FF10; }
span { border-color: rgb(162,255,16); }
td.TdClassName
{
border-color: #A2FF10;
}
.TagClassName
{
border-color: #A2FF10;
}
</style>