Shades of Spring Bud #A6F00A
Tints of Spring Bud #A6F00A
RGB
CMYK
RGB Variations
Color information
#A6F00A (or 0xA6F00A) is known color: Spring Bud. HEX triplet: A6, F0 and 0A. RGB value is (166,240,10). Sum of RGB (Red+Green+Blue) = 166+240+10=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 240 (94.14% from 255 or 57.69% from 416); Blue value is 10 (4.30% from 255 or 2.40% from 416); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F00A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F00A is #590FF5. Grayscale: #C0C0C0. Windows color (decimal): -5836790 or 716966. OLE color: 716966.
HSL color Cylindrical-coordinate representation of color #A6F00A: hue angle of 79.3º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6F00A is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 240 | 10 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.06 |
| HSL | 79.3º | 0.92% | 0.49% | - |
| HSV(B) | 79.3º | 0.96% | 0.94% | - |
| XYZ | 46.94 | 70.45 | 11.41 | - |
| YUV | 191.65 | 25.48 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 240 | 10 | 0.31 | 0 | 0.96 | 0.06 | 79.3 | 0.92 | 0.49 |
| Hex | A6 | F0 | A | 1F | 0 | 60 | 6 | 4F | 5C | 31 |
| Octal | 246 | 360 | 12 | 37 | 0 | 140 | 6 | 117 | 134 | 61 |
| Binary | 10100110 | 11110000 | 1010 | 11111 | 0 | 1100000 | 110 | 1001111 | 1011100 | 110001 |
Color Harmonies of #A6F00A
Complementary color
Monochromatic Colors of #A6F00A
Black with #A6F00A
Text Example
Text Example
White with #A6F00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F00A; }
p { color: rgb(166,240,10); }
H1.HeaderClassName
{
color: #A6F00A;
}
.AnyTagClassName
{
color: #A6F00A;
}
</style>
background-color css
<style>
a { background-color: #A6F00A; }
a { background-color: rgb(166,240,10); }
div.DivClassName
{
background-color: #A6F00A;
}
.BgClassName
{
background-color: #A6F00A;
}
</style>
border-color css
<style>
span { border-color: #A6F00A; }
span { border-color: rgb(166,240,10); }
td.TdClassName
{
border-color: #A6F00A;
}
.TagClassName
{
border-color: #A6F00A;
}
</style>