Shades of Spring Bud #A2F918
Tints of Spring Bud #A2F918
RGB
CMYK
RGB Variations
Color information
#A2F918 (or 0xA2F918) is known color: Spring Bud. HEX triplet: A2, F9 and 18. RGB value is (162,249,24). Sum of RGB (Red+Green+Blue) = 162+249+24=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 249 (97.66% from 255 or 57.24% from 435); Blue value is 24 (9.77% from 255 or 5.52% from 435); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F918 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F918 is #5D06E7. Grayscale: #C6C6C6. Windows color (decimal): -6096616 or 1636770. OLE color: 1636770.
HSL color Cylindrical-coordinate representation of color #A2F918: hue angle of 83.2º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2F918 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 24 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.02 |
| HSL | 83.2º | 0.95% | 0.54% | - |
| HSV(B) | 83.2º | 0.9% | 0.98% | - |
| XYZ | 48.94 | 75.5 | 12.86 | - |
| YUV | 197.34 | 30.18 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 24 | 0.35 | 0 | 0.90 | 0.02 | 83.2 | 0.95 | 0.54 |
| Hex | A2 | F9 | 18 | 23 | 0 | 5A | 2 | 53 | 5F | 36 |
| Octal | 242 | 371 | 30 | 43 | 0 | 132 | 2 | 123 | 137 | 66 |
| Binary | 10100010 | 11111001 | 11000 | 100011 | 0 | 1011010 | 10 | 1010011 | 1011111 | 110110 |
Color Harmonies of #A2F918
Complementary color
Monochromatic Colors of #A2F918
Black with #A2F918
Text Example
Text Example
White with #A2F918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F918; }
p { color: rgb(162,249,24); }
H1.HeaderClassName
{
color: #A2F918;
}
.AnyTagClassName
{
color: #A2F918;
}
</style>
background-color css
<style>
a { background-color: #A2F918; }
a { background-color: rgb(162,249,24); }
div.DivClassName
{
background-color: #A2F918;
}
.BgClassName
{
background-color: #A2F918;
}
</style>
border-color css
<style>
span { border-color: #A2F918; }
span { border-color: rgb(162,249,24); }
td.TdClassName
{
border-color: #A2F918;
}
.TagClassName
{
border-color: #A2F918;
}
</style>