Shades of Spring Bud #A6FB0D
Tints of Spring Bud #A6FB0D
RGB
CMYK
RGB Variations
Color information
#A6FB0D (or 0xA6FB0D) is known color: Spring Bud. HEX triplet: A6, FB and 0D. RGB value is (166,251,13). Sum of RGB (Red+Green+Blue) = 166+251+13=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 251 (98.44% from 255 or 58.37% from 430); Blue value is 13 (5.47% from 255 or 3.02% from 430); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FB0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FB0D is #5904F2. Grayscale: #C7C7C7. Windows color (decimal): -5833971 or 916390. OLE color: 916390.
HSL color Cylindrical-coordinate representation of color #A6FB0D: hue angle of 81.43º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6FB0D is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 251 | 13 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.02 |
| HSL | 81.43º | 0.97% | 0.52% | - |
| HSV(B) | 81.43º | 0.95% | 0.98% | - |
| XYZ | 50.3 | 77.13 | 12.62 | - |
| YUV | 198.45 | 23.34 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 251 | 13 | 0.34 | 0 | 0.95 | 0.02 | 81.43 | 0.97 | 0.52 |
| Hex | A6 | FB | D | 22 | 0 | 5F | 2 | 51 | 61 | 34 |
| Octal | 246 | 373 | 15 | 42 | 0 | 137 | 2 | 121 | 141 | 64 |
| Binary | 10100110 | 11111011 | 1101 | 100010 | 0 | 1011111 | 10 | 1010001 | 1100001 | 110100 |
Color Harmonies of #A6FB0D
Complementary color
Monochromatic Colors of #A6FB0D
Black with #A6FB0D
Text Example
Text Example
White with #A6FB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FB0D; }
p { color: rgb(166,251,13); }
H1.HeaderClassName
{
color: #A6FB0D;
}
.AnyTagClassName
{
color: #A6FB0D;
}
</style>
background-color css
<style>
a { background-color: #A6FB0D; }
a { background-color: rgb(166,251,13); }
div.DivClassName
{
background-color: #A6FB0D;
}
.BgClassName
{
background-color: #A6FB0D;
}
</style>
border-color css
<style>
span { border-color: #A6FB0D; }
span { border-color: rgb(166,251,13); }
td.TdClassName
{
border-color: #A6FB0D;
}
.TagClassName
{
border-color: #A6FB0D;
}
</style>