Shades of Spring Bud #A2F70C
Tints of Spring Bud #A2F70C
RGB
CMYK
RGB Variations
Color information
#A2F70C (or 0xA2F70C) is known color: Spring Bud. HEX triplet: A2, F7 and 0C. RGB value is (162,247,12). Sum of RGB (Red+Green+Blue) = 162+247+12=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 247 (96.88% from 255 or 58.67% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F70C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F70C is #5D08F3. Grayscale: #C3C3C3. Windows color (decimal): -6097140 or 849826. OLE color: 849826.
HSL color Cylindrical-coordinate representation of color #A2F70C: hue angle of 81.7º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2F70C is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 247 | 12 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.03 |
| HSL | 81.7º | 0.94% | 0.51% | - |
| HSV(B) | 81.7º | 0.95% | 0.97% | - |
| XYZ | 48.23 | 74.23 | 12.13 | - |
| YUV | 194.8 | 24.84 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 247 | 12 | 0.34 | 0 | 0.95 | 0.03 | 81.7 | 0.94 | 0.51 |
| Hex | A2 | F7 | C | 22 | 0 | 5F | 3 | 52 | 5E | 33 |
| Octal | 242 | 367 | 14 | 42 | 0 | 137 | 3 | 122 | 136 | 63 |
| Binary | 10100010 | 11110111 | 1100 | 100010 | 0 | 1011111 | 11 | 1010010 | 1011110 | 110011 |
Color Harmonies of #A2F70C
Complementary color
Monochromatic Colors of #A2F70C
Black with #A2F70C
Text Example
Text Example
White with #A2F70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F70C; }
p { color: rgb(162,247,12); }
H1.HeaderClassName
{
color: #A2F70C;
}
.AnyTagClassName
{
color: #A2F70C;
}
</style>
background-color css
<style>
a { background-color: #A2F70C; }
a { background-color: rgb(162,247,12); }
div.DivClassName
{
background-color: #A2F70C;
}
.BgClassName
{
background-color: #A2F70C;
}
</style>
border-color css
<style>
span { border-color: #A2F70C; }
span { border-color: rgb(162,247,12); }
td.TdClassName
{
border-color: #A2F70C;
}
.TagClassName
{
border-color: #A2F70C;
}
</style>