Shades of Spring Bud #A2F000
Tints of Spring Bud #A2F000
RGB
CMYK
RGB Variations
Color information
#A2F000 (or 0xA2F000) is known color: Spring Bud. HEX triplet: A2, F0 and 00. RGB value is (162,240,0). Sum of RGB (Red+Green+Blue) = 162+240+0=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 240 (94.14% from 255 or 59.70% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F000 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F000 is #5D0FFF. Grayscale: #BEBEBE. Windows color (decimal): -6098944 or 61602. OLE color: 61602.
HSL color Cylindrical-coordinate representation of color #A2F000: hue angle of 79.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2F000 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 240 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.06 |
| HSL | 79.5º | 1% | 0.47% | - |
| HSV(B) | 79.5º | 1% | 0.94% | - |
| XYZ | 46.06 | 70 | 11.08 | - |
| YUV | 189.32 | 21.16 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 240 | 0 | 0.32 | 0 | 1 | 0.06 | 79.5 | 1 | 0.47 |
| Hex | A2 | F0 | 0 | 20 | 0 | 64 | 6 | 50 | 64 | 2F |
| Octal | 242 | 360 | 0 | 40 | 0 | 144 | 6 | 120 | 144 | 57 |
| Binary | 10100010 | 11110000 | 0 | 100000 | 0 | 1100100 | 110 | 1010000 | 1100100 | 101111 |
Color Harmonies of #A2F000
Complementary color
Monochromatic Colors of #A2F000
Black with #A2F000
Text Example
Text Example
White with #A2F000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F000; }
p { color: rgb(162,240,0); }
H1.HeaderClassName
{
color: #A2F000;
}
.AnyTagClassName
{
color: #A2F000;
}
</style>
background-color css
<style>
a { background-color: #A2F000; }
a { background-color: rgb(162,240,0); }
div.DivClassName
{
background-color: #A2F000;
}
.BgClassName
{
background-color: #A2F000;
}
</style>
border-color css
<style>
span { border-color: #A2F000; }
span { border-color: rgb(162,240,0); }
td.TdClassName
{
border-color: #A2F000;
}
.TagClassName
{
border-color: #A2F000;
}
</style>