Shades of Spring Bud #A2F608
Tints of Spring Bud #A2F608
RGB
CMYK
RGB Variations
Color information
#A2F608 (or 0xA2F608) is known color: Spring Bud. HEX triplet: A2, F6 and 08. RGB value is (162,246,8). Sum of RGB (Red+Green+Blue) = 162+246+8=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 246 (96.48% from 255 or 59.13% from 416); Blue value is 8 (3.52% from 255 or 1.92% from 416); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F608 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F608 is #5D09F7. Grayscale: #C2C2C2. Windows color (decimal): -6097400 or 587426. OLE color: 587426.
HSL color Cylindrical-coordinate representation of color #A2F608: hue angle of 81.18º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2F608 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 246 | 8 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.04 |
| HSL | 81.18º | 0.94% | 0.5% | - |
| HSV(B) | 81.18º | 0.97% | 0.96% | - |
| XYZ | 47.9 | 73.61 | 11.91 | - |
| YUV | 193.75 | 23.17 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 246 | 8 | 0.34 | 0 | 0.97 | 0.04 | 81.18 | 0.94 | 0.5 |
| Hex | A2 | F6 | 8 | 22 | 0 | 61 | 4 | 51 | 5E | 32 |
| Octal | 242 | 366 | 10 | 42 | 0 | 141 | 4 | 121 | 136 | 62 |
| Binary | 10100010 | 11110110 | 1000 | 100010 | 0 | 1100001 | 100 | 1010001 | 1011110 | 110010 |
Color Harmonies of #A2F608
Complementary color
Monochromatic Colors of #A2F608
Black with #A2F608
Text Example
Text Example
White with #A2F608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F608; }
p { color: rgb(162,246,8); }
H1.HeaderClassName
{
color: #A2F608;
}
.AnyTagClassName
{
color: #A2F608;
}
</style>
background-color css
<style>
a { background-color: #A2F608; }
a { background-color: rgb(162,246,8); }
div.DivClassName
{
background-color: #A2F608;
}
.BgClassName
{
background-color: #A2F608;
}
</style>
border-color css
<style>
span { border-color: #A2F608; }
span { border-color: rgb(162,246,8); }
td.TdClassName
{
border-color: #A2F608;
}
.TagClassName
{
border-color: #A2F608;
}
</style>