Shades of Spring Bud #A2F900
Tints of Spring Bud #A2F900
RGB
CMYK
RGB Variations
Color information
#A2F900 (or 0xA2F900) is known color: Spring Bud. HEX triplet: A2, F9 and 00. RGB value is (162,249,0). Sum of RGB (Red+Green+Blue) = 162+249+0=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 249 (97.66% from 255 or 60.58% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F900 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F900 is #5D06FF. Grayscale: #C3C3C3. Windows color (decimal): -6096640 or 63906. OLE color: 63906.
HSL color Cylindrical-coordinate representation of color #A2F900: hue angle of 80.96º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2F900 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.02 |
| HSL | 80.96º | 1% | 0.49% | - |
| HSV(B) | 80.96º | 1% | 0.98% | - |
| XYZ | 48.78 | 75.43 | 11.99 | - |
| YUV | 194.6 | 18.18 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 0 | 0.35 | 0 | 1 | 0.02 | 80.96 | 1 | 0.49 |
| Hex | A2 | F9 | 0 | 23 | 0 | 64 | 2 | 51 | 64 | 31 |
| Octal | 242 | 371 | 0 | 43 | 0 | 144 | 2 | 121 | 144 | 61 |
| Binary | 10100010 | 11111001 | 0 | 100011 | 0 | 1100100 | 10 | 1010001 | 1100100 | 110001 |
Color Harmonies of #A2F900
Complementary color
Monochromatic Colors of #A2F900
Black with #A2F900
Text Example
Text Example
White with #A2F900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F900; }
p { color: rgb(162,249,0); }
H1.HeaderClassName
{
color: #A2F900;
}
.AnyTagClassName
{
color: #A2F900;
}
</style>
background-color css
<style>
a { background-color: #A2F900; }
a { background-color: rgb(162,249,0); }
div.DivClassName
{
background-color: #A2F900;
}
.BgClassName
{
background-color: #A2F900;
}
</style>
border-color css
<style>
span { border-color: #A2F900; }
span { border-color: rgb(162,249,0); }
td.TdClassName
{
border-color: #A2F900;
}
.TagClassName
{
border-color: #A2F900;
}
</style>