Shades of Spring Bud #A0FA06
Tints of Spring Bud #A0FA06
RGB
CMYK
RGB Variations
Color information
#A0FA06 (or 0xA0FA06) is known color: Spring Bud. HEX triplet: A0, FA and 06. RGB value is (160,250,6). Sum of RGB (Red+Green+Blue) = 160+250+6=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 250 (98.05% from 255 or 60.10% from 416); Blue value is 6 (2.73% from 255 or 1.44% from 416); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0FA06 is #5F05F9. Grayscale: #C4C4C4. Windows color (decimal): -6227450 or 457376. OLE color: 457376.
HSL color Cylindrical-coordinate representation of color #A0FA06: hue angle of 82.13º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0FA06 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 6 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.02 |
| HSL | 82.13º | 0.96% | 0.5% | - |
| HSV(B) | 82.13º | 0.98% | 0.98% | - |
| XYZ | 48.72 | 75.86 | 12.25 | - |
| YUV | 195.27 | 21.18 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 6 | 0.36 | 0 | 0.98 | 0.02 | 82.13 | 0.96 | 0.5 |
| Hex | A0 | FA | 6 | 24 | 0 | 62 | 2 | 52 | 60 | 32 |
| Octal | 240 | 372 | 6 | 44 | 0 | 142 | 2 | 122 | 140 | 62 |
| Binary | 10100000 | 11111010 | 110 | 100100 | 0 | 1100010 | 10 | 1010010 | 1100000 | 110010 |
Color Harmonies of #A0FA06
Complementary color
Monochromatic Colors of #A0FA06
Black with #A0FA06
Text Example
Text Example
White with #A0FA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FA06; }
p { color: rgb(160,250,6); }
H1.HeaderClassName
{
color: #A0FA06;
}
.AnyTagClassName
{
color: #A0FA06;
}
</style>
background-color css
<style>
a { background-color: #A0FA06; }
a { background-color: rgb(160,250,6); }
div.DivClassName
{
background-color: #A0FA06;
}
.BgClassName
{
background-color: #A0FA06;
}
</style>
border-color css
<style>
span { border-color: #A0FA06; }
span { border-color: rgb(160,250,6); }
td.TdClassName
{
border-color: #A0FA06;
}
.TagClassName
{
border-color: #A0FA06;
}
</style>