Shades of Spring Bud #A2FF06
Tints of Spring Bud #A2FF06
RGB
CMYK
RGB Variations
Color information
#A2FF06 (or 0xA2FF06) is known color: Spring Bud. HEX triplet: A2, FF and 06. RGB value is (162,255,6). Sum of RGB (Red+Green+Blue) = 162+255+6=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 255 (100% from 255 or 60.28% from 423); Blue value is 6 (2.73% from 255 or 1.42% from 423); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FF06 is #5D00F9. Grayscale: #C7C7C7. Windows color (decimal): -6095098 or 458658. OLE color: 458658.
HSL color Cylindrical-coordinate representation of color #A2FF06: hue angle of 82.41º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2FF06 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 6 | - |
| CMYK | 0.36 | 0 | 0.98 | 0 |
| HSL | 82.41º | 1% | 0.51% | - |
| HSV(B) | 82.41º | 0.98% | 1% | - |
| XYZ | 50.69 | 79.21 | 12.79 | - |
| YUV | 198.81 | 19.19 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 6 | 0.36 | 0 | 0.98 | 0 | 82.41 | 1 | 0.51 |
| Hex | A2 | FF | 6 | 24 | 0 | 62 | 0 | 52 | 64 | 33 |
| Octal | 242 | 377 | 6 | 44 | 0 | 142 | 0 | 122 | 144 | 63 |
| Binary | 10100010 | 11111111 | 110 | 100100 | 0 | 1100010 | 0 | 1010010 | 1100100 | 110011 |
Color Harmonies of #A2FF06
Complementary color
Monochromatic Colors of #A2FF06
Black with #A2FF06
Text Example
Text Example
White with #A2FF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FF06; }
p { color: rgb(162,255,6); }
H1.HeaderClassName
{
color: #A2FF06;
}
.AnyTagClassName
{
color: #A2FF06;
}
</style>
background-color css
<style>
a { background-color: #A2FF06; }
a { background-color: rgb(162,255,6); }
div.DivClassName
{
background-color: #A2FF06;
}
.BgClassName
{
background-color: #A2FF06;
}
</style>
border-color css
<style>
span { border-color: #A2FF06; }
span { border-color: rgb(162,255,6); }
td.TdClassName
{
border-color: #A2FF06;
}
.TagClassName
{
border-color: #A2FF06;
}
</style>