Shades of Spring Bud #A2ED00
Tints of Spring Bud #A2ED00
RGB
CMYK
RGB Variations
Color information
#A2ED00 (or 0xA2ED00) is known color: Spring Bud. HEX triplet: A2, ED and 00. RGB value is (162,237,0). Sum of RGB (Red+Green+Blue) = 162+237+0=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 237 (92.97% from 255 or 59.40% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 237 - color contains mainly: green. Hex color #A2ED00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2ED00 is #5D12FF. Grayscale: #BCBCBC. Windows color (decimal): -6099712 or 60834. OLE color: 60834.
HSL color Cylindrical-coordinate representation of color #A2ED00: hue angle of 78.99º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2ED00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 237 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.07 |
| HSL | 78.99º | 1% | 0.46% | - |
| HSV(B) | 78.99º | 1% | 0.93% | - |
| XYZ | 45.18 | 68.25 | 10.79 | - |
| YUV | 187.56 | 22.15 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 237 | 0 | 0.32 | 0 | 1 | 0.07 | 78.99 | 1 | 0.46 |
| Hex | A2 | ED | 0 | 20 | 0 | 64 | 7 | 4F | 64 | 2E |
| Octal | 242 | 355 | 0 | 40 | 0 | 144 | 7 | 117 | 144 | 56 |
| Binary | 10100010 | 11101101 | 0 | 100000 | 0 | 1100100 | 111 | 1001111 | 1100100 | 101110 |
Color Harmonies of #A2ED00
Complementary color
Monochromatic Colors of #A2ED00
Black with #A2ED00
Text Example
Text Example
White with #A2ED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ED00; }
p { color: rgb(162,237,0); }
H1.HeaderClassName
{
color: #A2ED00;
}
.AnyTagClassName
{
color: #A2ED00;
}
</style>
background-color css
<style>
a { background-color: #A2ED00; }
a { background-color: rgb(162,237,0); }
div.DivClassName
{
background-color: #A2ED00;
}
.BgClassName
{
background-color: #A2ED00;
}
</style>
border-color css
<style>
span { border-color: #A2ED00; }
span { border-color: rgb(162,237,0); }
td.TdClassName
{
border-color: #A2ED00;
}
.TagClassName
{
border-color: #A2ED00;
}
</style>