Shades of Spring Bud #A1F006
Tints of Spring Bud #A1F006
RGB
CMYK
RGB Variations
Color information
#A1F006 (or 0xA1F006) is known color: Spring Bud. HEX triplet: A1, F0 and 06. RGB value is (161,240,6). Sum of RGB (Red+Green+Blue) = 161+240+6=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 240 (94.14% from 255 or 58.97% from 407); Blue value is 6 (2.73% from 255 or 1.47% from 407); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F006 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F006 is #5E0FF9. Grayscale: #BEBEBE. Windows color (decimal): -6164474 or 454817. OLE color: 454817.
HSL color Cylindrical-coordinate representation of color #A1F006: hue angle of 80.26º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1F006 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 240 | 6 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.06 |
| HSL | 80.26º | 0.95% | 0.48% | - |
| HSV(B) | 80.26º | 0.98% | 0.94% | - |
| XYZ | 45.89 | 69.91 | 11.25 | - |
| YUV | 189.7 | 24.33 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 240 | 6 | 0.33 | 0 | 0.98 | 0.06 | 80.26 | 0.95 | 0.48 |
| Hex | A1 | F0 | 6 | 21 | 0 | 62 | 6 | 50 | 5F | 30 |
| Octal | 241 | 360 | 6 | 41 | 0 | 142 | 6 | 120 | 137 | 60 |
| Binary | 10100001 | 11110000 | 110 | 100001 | 0 | 1100010 | 110 | 1010000 | 1011111 | 110000 |
Color Harmonies of #A1F006
Complementary color
Monochromatic Colors of #A1F006
Black with #A1F006
Text Example
Text Example
White with #A1F006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F006; }
p { color: rgb(161,240,6); }
H1.HeaderClassName
{
color: #A1F006;
}
.AnyTagClassName
{
color: #A1F006;
}
</style>
background-color css
<style>
a { background-color: #A1F006; }
a { background-color: rgb(161,240,6); }
div.DivClassName
{
background-color: #A1F006;
}
.BgClassName
{
background-color: #A1F006;
}
</style>
border-color css
<style>
span { border-color: #A1F006; }
span { border-color: rgb(161,240,6); }
td.TdClassName
{
border-color: #A1F006;
}
.TagClassName
{
border-color: #A1F006;
}
</style>