Shades of Spring Bud #A2F200
Tints of Spring Bud #A2F200
RGB
CMYK
RGB Variations
Color information
#A2F200 (or 0xA2F200) is known color: Spring Bud. HEX triplet: A2, F2 and 00. RGB value is (162,242,0). Sum of RGB (Red+Green+Blue) = 162+242+0=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 242 (94.92% from 255 or 59.90% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F200 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F200 is #5D0DFF. Grayscale: #BFBFBF. Windows color (decimal): -6098432 or 62114. OLE color: 62114.
HSL color Cylindrical-coordinate representation of color #A2F200: hue angle of 79.83º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2F200 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.05 |
| HSL | 79.83º | 1% | 0.47% | - |
| HSV(B) | 79.83º | 1% | 0.95% | - |
| XYZ | 46.65 | 71.19 | 11.28 | - |
| YUV | 190.49 | 20.5 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 0 | 0.33 | 0 | 1 | 0.05 | 79.83 | 1 | 0.47 |
| Hex | A2 | F2 | 0 | 21 | 0 | 64 | 5 | 50 | 64 | 2F |
| Octal | 242 | 362 | 0 | 41 | 0 | 144 | 5 | 120 | 144 | 57 |
| Binary | 10100010 | 11110010 | 0 | 100001 | 0 | 1100100 | 101 | 1010000 | 1100100 | 101111 |
Color Harmonies of #A2F200
Complementary color
Monochromatic Colors of #A2F200
Black with #A2F200
Text Example
Text Example
White with #A2F200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F200; }
p { color: rgb(162,242,0); }
H1.HeaderClassName
{
color: #A2F200;
}
.AnyTagClassName
{
color: #A2F200;
}
</style>
background-color css
<style>
a { background-color: #A2F200; }
a { background-color: rgb(162,242,0); }
div.DivClassName
{
background-color: #A2F200;
}
.BgClassName
{
background-color: #A2F200;
}
</style>
border-color css
<style>
span { border-color: #A2F200; }
span { border-color: rgb(162,242,0); }
td.TdClassName
{
border-color: #A2F200;
}
.TagClassName
{
border-color: #A2F200;
}
</style>