Shades of Spring Bud #A2F915
Tints of Spring Bud #A2F915
RGB
CMYK
RGB Variations
Color information
#A2F915 (or 0xA2F915) is known color: Spring Bud. HEX triplet: A2, F9 and 15. RGB value is (162,249,21). Sum of RGB (Red+Green+Blue) = 162+249+21=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 249 (97.66% from 255 or 57.64% from 432); Blue value is 21 (8.59% from 255 or 4.86% from 432); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F915 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F915 is #5D06EA. Grayscale: #C5C5C5. Windows color (decimal): -6096619 or 1440162. OLE color: 1440162.
HSL color Cylindrical-coordinate representation of color #A2F915: hue angle of 82.89º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2F915 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 21 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.02 |
| HSL | 82.89º | 0.95% | 0.53% | - |
| HSV(B) | 82.89º | 0.92% | 0.98% | - |
| XYZ | 48.91 | 75.49 | 12.7 | - |
| YUV | 197 | 28.68 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 21 | 0.35 | 0 | 0.92 | 0.02 | 82.89 | 0.95 | 0.53 |
| Hex | A2 | F9 | 15 | 23 | 0 | 5C | 2 | 53 | 5F | 35 |
| Octal | 242 | 371 | 25 | 43 | 0 | 134 | 2 | 123 | 137 | 65 |
| Binary | 10100010 | 11111001 | 10101 | 100011 | 0 | 1011100 | 10 | 1010011 | 1011111 | 110101 |
Color Harmonies of #A2F915
Complementary color
Monochromatic Colors of #A2F915
Black with #A2F915
Text Example
Text Example
White with #A2F915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F915; }
p { color: rgb(162,249,21); }
H1.HeaderClassName
{
color: #A2F915;
}
.AnyTagClassName
{
color: #A2F915;
}
</style>
background-color css
<style>
a { background-color: #A2F915; }
a { background-color: rgb(162,249,21); }
div.DivClassName
{
background-color: #A2F915;
}
.BgClassName
{
background-color: #A2F915;
}
</style>
border-color css
<style>
span { border-color: #A2F915; }
span { border-color: rgb(162,249,21); }
td.TdClassName
{
border-color: #A2F915;
}
.TagClassName
{
border-color: #A2F915;
}
</style>