Shades of Spring Bud #A0FF06
Tints of Spring Bud #A0FF06
RGB
CMYK
RGB Variations
Color information
#A0FF06 (or 0xA0FF06) is known color: Spring Bud. HEX triplet: A0, FF and 06. RGB value is (160,255,6). Sum of RGB (Red+Green+Blue) = 160+255+6=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 255 (100% from 255 or 60.57% from 421); Blue value is 6 (2.73% from 255 or 1.43% from 421); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FF06 is #5F00F9. Grayscale: #C7C7C7. Windows color (decimal): -6226170 or 458656. OLE color: 458656.
HSL color Cylindrical-coordinate representation of color #A0FF06: hue angle of 82.89º 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 #A0FF06 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 6 | - |
| CMYK | 0.37 | 0 | 0.98 | 0 |
| HSL | 82.89º | 1% | 0.51% | - |
| HSV(B) | 82.89º | 0.98% | 1% | - |
| XYZ | 50.29 | 79.01 | 12.77 | - |
| YUV | 198.21 | 19.53 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 6 | 0.37 | 0 | 0.98 | 0 | 82.89 | 1 | 0.51 |
| Hex | A0 | FF | 6 | 25 | 0 | 62 | 0 | 53 | 64 | 33 |
| Octal | 240 | 377 | 6 | 45 | 0 | 142 | 0 | 123 | 144 | 63 |
| Binary | 10100000 | 11111111 | 110 | 100101 | 0 | 1100010 | 0 | 1010011 | 1100100 | 110011 |
Color Harmonies of #A0FF06
Complementary color
Monochromatic Colors of #A0FF06
Black with #A0FF06
Text Example
Text Example
White with #A0FF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF06; }
p { color: rgb(160,255,6); }
H1.HeaderClassName
{
color: #A0FF06;
}
.AnyTagClassName
{
color: #A0FF06;
}
</style>
background-color css
<style>
a { background-color: #A0FF06; }
a { background-color: rgb(160,255,6); }
div.DivClassName
{
background-color: #A0FF06;
}
.BgClassName
{
background-color: #A0FF06;
}
</style>
border-color css
<style>
span { border-color: #A0FF06; }
span { border-color: rgb(160,255,6); }
td.TdClassName
{
border-color: #A0FF06;
}
.TagClassName
{
border-color: #A0FF06;
}
</style>