Shades of Spring Bud #A2FB15
Tints of Spring Bud #A2FB15
RGB
CMYK
RGB Variations
Color information
#A2FB15 (or 0xA2FB15) is known color: Spring Bud. HEX triplet: A2, FB and 15. RGB value is (162,251,21). Sum of RGB (Red+Green+Blue) = 162+251+21=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 251 (98.44% from 255 or 57.83% from 434); Blue value is 21 (8.59% from 255 or 4.84% from 434); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FB15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FB15 is #5D04EA. Grayscale: #C7C7C7. Windows color (decimal): -6096107 or 1440674. OLE color: 1440674.
HSL color Cylindrical-coordinate representation of color #A2FB15: hue angle of 83.22º degrees, saturation: 0.97, 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 #A2FB15 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 251 | 21 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.02 |
| HSL | 83.22º | 0.97% | 0.53% | - |
| HSV(B) | 83.22º | 0.92% | 0.98% | - |
| XYZ | 49.53 | 76.73 | 12.91 | - |
| YUV | 198.17 | 28.01 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 251 | 21 | 0.35 | 0 | 0.92 | 0.02 | 83.22 | 0.97 | 0.53 |
| Hex | A2 | FB | 15 | 23 | 0 | 5C | 2 | 53 | 61 | 35 |
| Octal | 242 | 373 | 25 | 43 | 0 | 134 | 2 | 123 | 141 | 65 |
| Binary | 10100010 | 11111011 | 10101 | 100011 | 0 | 1011100 | 10 | 1010011 | 1100001 | 110101 |
Color Harmonies of #A2FB15
Complementary color
Monochromatic Colors of #A2FB15
Black with #A2FB15
Text Example
Text Example
White with #A2FB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FB15; }
p { color: rgb(162,251,21); }
H1.HeaderClassName
{
color: #A2FB15;
}
.AnyTagClassName
{
color: #A2FB15;
}
</style>
background-color css
<style>
a { background-color: #A2FB15; }
a { background-color: rgb(162,251,21); }
div.DivClassName
{
background-color: #A2FB15;
}
.BgClassName
{
background-color: #A2FB15;
}
</style>
border-color css
<style>
span { border-color: #A2FB15; }
span { border-color: rgb(162,251,21); }
td.TdClassName
{
border-color: #A2FB15;
}
.TagClassName
{
border-color: #A2FB15;
}
</style>