Shades of Spring Bud #A2F204
Tints of Spring Bud #A2F204
RGB
CMYK
RGB Variations
Color information
#A2F204 (or 0xA2F204) is known color: Spring Bud. HEX triplet: A2, F2 and 04. RGB value is (162,242,4). Sum of RGB (Red+Green+Blue) = 162+242+4=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 242 (94.92% from 255 or 59.31% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F204 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F204 is #5D0DFB. Grayscale: #BFBFBF. Windows color (decimal): -6098428 or 324258. OLE color: 324258.
HSL color Cylindrical-coordinate representation of color #A2F204: hue angle of 80.17º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2F204 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 4 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.05 |
| HSL | 80.17º | 0.97% | 0.48% | - |
| HSV(B) | 80.17º | 0.98% | 0.95% | - |
| XYZ | 46.67 | 71.19 | 11.4 | - |
| YUV | 190.95 | 22.5 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 4 | 0.33 | 0 | 0.98 | 0.05 | 80.17 | 0.97 | 0.48 |
| Hex | A2 | F2 | 4 | 21 | 0 | 62 | 5 | 50 | 61 | 30 |
| Octal | 242 | 362 | 4 | 41 | 0 | 142 | 5 | 120 | 141 | 60 |
| Binary | 10100010 | 11110010 | 100 | 100001 | 0 | 1100010 | 101 | 1010000 | 1100001 | 110000 |
Color Harmonies of #A2F204
Complementary color
Monochromatic Colors of #A2F204
Black with #A2F204
Text Example
Text Example
White with #A2F204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F204; }
p { color: rgb(162,242,4); }
H1.HeaderClassName
{
color: #A2F204;
}
.AnyTagClassName
{
color: #A2F204;
}
</style>
background-color css
<style>
a { background-color: #A2F204; }
a { background-color: rgb(162,242,4); }
div.DivClassName
{
background-color: #A2F204;
}
.BgClassName
{
background-color: #A2F204;
}
</style>
border-color css
<style>
span { border-color: #A2F204; }
span { border-color: rgb(162,242,4); }
td.TdClassName
{
border-color: #A2F204;
}
.TagClassName
{
border-color: #A2F204;
}
</style>