Shades of Spring Bud #A2F60F
Tints of Spring Bud #A2F60F
RGB
CMYK
RGB Variations
Color information
#A2F60F (or 0xA2F60F) is known color: Spring Bud. HEX triplet: A2, F6 and 0F. RGB value is (162,246,15). Sum of RGB (Red+Green+Blue) = 162+246+15=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 246 (96.48% from 255 or 58.16% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F60F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F60F is #5D09F0. Grayscale: #C3C3C3. Windows color (decimal): -6097393 or 1046178. OLE color: 1046178.
HSL color Cylindrical-coordinate representation of color #A2F60F: hue angle of 81.82º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2F60F is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 246 | 15 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.04 |
| HSL | 81.82º | 0.93% | 0.51% | - |
| HSV(B) | 81.82º | 0.94% | 0.96% | - |
| XYZ | 47.94 | 73.63 | 12.14 | - |
| YUV | 194.55 | 26.67 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 246 | 15 | 0.34 | 0 | 0.94 | 0.04 | 81.82 | 0.93 | 0.51 |
| Hex | A2 | F6 | F | 22 | 0 | 5E | 4 | 52 | 5D | 33 |
| Octal | 242 | 366 | 17 | 42 | 0 | 136 | 4 | 122 | 135 | 63 |
| Binary | 10100010 | 11110110 | 1111 | 100010 | 0 | 1011110 | 100 | 1010010 | 1011101 | 110011 |
Color Harmonies of #A2F60F
Complementary color
Monochromatic Colors of #A2F60F
Black with #A2F60F
Text Example
Text Example
White with #A2F60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F60F; }
p { color: rgb(162,246,15); }
H1.HeaderClassName
{
color: #A2F60F;
}
.AnyTagClassName
{
color: #A2F60F;
}
</style>
background-color css
<style>
a { background-color: #A2F60F; }
a { background-color: rgb(162,246,15); }
div.DivClassName
{
background-color: #A2F60F;
}
.BgClassName
{
background-color: #A2F60F;
}
</style>
border-color css
<style>
span { border-color: #A2F60F; }
span { border-color: rgb(162,246,15); }
td.TdClassName
{
border-color: #A2F60F;
}
.TagClassName
{
border-color: #A2F60F;
}
</style>