Shades of Spring Bud #A2FF12
Tints of Spring Bud #A2FF12
RGB
CMYK
RGB Variations
Color information
#A2FF12 (or 0xA2FF12) is known color: Spring Bud. HEX triplet: A2, FF and 12. RGB value is (162,255,18). Sum of RGB (Red+Green+Blue) = 162+255+18=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 255 (100% from 255 or 58.62% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FF12 is #5D00ED. Grayscale: #C9C9C9. Windows color (decimal): -6095086 or 1245090. OLE color: 1245090.
HSL color Cylindrical-coordinate representation of color #A2FF12: hue angle of 83.54º 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 #A2FF12 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 18 | - |
| CMYK | 0.36 | 0 | 0.93 | 0 |
| HSL | 83.54º | 1% | 0.54% | - |
| HSV(B) | 83.54º | 0.93% | 1% | - |
| XYZ | 50.77 | 79.25 | 13.19 | - |
| YUV | 200.18 | 25.19 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 18 | 0.36 | 0 | 0.93 | 0 | 83.54 | 1 | 0.54 |
| Hex | A2 | FF | 12 | 24 | 0 | 5D | 0 | 54 | 64 | 36 |
| Octal | 242 | 377 | 22 | 44 | 0 | 135 | 0 | 124 | 144 | 66 |
| Binary | 10100010 | 11111111 | 10010 | 100100 | 0 | 1011101 | 0 | 1010100 | 1100100 | 110110 |
Color Harmonies of #A2FF12
Complementary color
Monochromatic Colors of #A2FF12
Black with #A2FF12
Text Example
Text Example
White with #A2FF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FF12; }
p { color: rgb(162,255,18); }
H1.HeaderClassName
{
color: #A2FF12;
}
.AnyTagClassName
{
color: #A2FF12;
}
</style>
background-color css
<style>
a { background-color: #A2FF12; }
a { background-color: rgb(162,255,18); }
div.DivClassName
{
background-color: #A2FF12;
}
.BgClassName
{
background-color: #A2FF12;
}
</style>
border-color css
<style>
span { border-color: #A2FF12; }
span { border-color: rgb(162,255,18); }
td.TdClassName
{
border-color: #A2FF12;
}
.TagClassName
{
border-color: #A2FF12;
}
</style>