Shades of Spring Bud #A2FF13
Tints of Spring Bud #A2FF13
RGB
CMYK
RGB Variations
Color information
#A2FF13 (or 0xA2FF13) is known color: Spring Bud. HEX triplet: A2, FF and 13. RGB value is (162,255,19). Sum of RGB (Red+Green+Blue) = 162+255+19=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 255 (100% from 255 or 58.49% from 436); Blue value is 19 (7.81% from 255 or 4.36% from 436); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FF13 is #5D00EC. Grayscale: #C9C9C9. Windows color (decimal): -6095085 or 1310626. OLE color: 1310626.
HSL color Cylindrical-coordinate representation of color #A2FF13: hue angle of 83.64º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2FF13 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 19 | - |
| CMYK | 0.36 | 0 | 0.93 | 0 |
| HSL | 83.64º | 1% | 0.54% | - |
| HSV(B) | 83.64º | 0.93% | 1% | - |
| XYZ | 50.78 | 79.25 | 13.24 | - |
| YUV | 200.29 | 25.69 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 19 | 0.36 | 0 | 0.93 | 0 | 83.64 | 1 | 0.54 |
| Hex | A2 | FF | 13 | 24 | 0 | 5D | 0 | 54 | 64 | 36 |
| Octal | 242 | 377 | 23 | 44 | 0 | 135 | 0 | 124 | 144 | 66 |
| Binary | 10100010 | 11111111 | 10011 | 100100 | 0 | 1011101 | 0 | 1010100 | 1100100 | 110110 |
Color Harmonies of #A2FF13
Complementary color
Monochromatic Colors of #A2FF13
Black with #A2FF13
Text Example
Text Example
White with #A2FF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FF13; }
p { color: rgb(162,255,19); }
H1.HeaderClassName
{
color: #A2FF13;
}
.AnyTagClassName
{
color: #A2FF13;
}
</style>
background-color css
<style>
a { background-color: #A2FF13; }
a { background-color: rgb(162,255,19); }
div.DivClassName
{
background-color: #A2FF13;
}
.BgClassName
{
background-color: #A2FF13;
}
</style>
border-color css
<style>
span { border-color: #A2FF13; }
span { border-color: rgb(162,255,19); }
td.TdClassName
{
border-color: #A2FF13;
}
.TagClassName
{
border-color: #A2FF13;
}
</style>