Shades of Spring Bud #A6FB18
Tints of Spring Bud #A6FB18
RGB
CMYK
RGB Variations
Color information
#A6FB18 (or 0xA6FB18) is known color: Spring Bud. HEX triplet: A6, FB and 18. RGB value is (166,251,24). Sum of RGB (Red+Green+Blue) = 166+251+24=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 251 (98.44% from 255 or 56.92% from 441); Blue value is 24 (9.77% from 255 or 5.44% from 441); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FB18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FB18 is #5904E7. Grayscale: #C8C8C8. Windows color (decimal): -5833960 or 1637286. OLE color: 1637286.
HSL color Cylindrical-coordinate representation of color #A6FB18: hue angle of 82.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6FB18 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 251 | 24 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.02 |
| HSL | 82.47º | 0.97% | 0.54% | - |
| HSV(B) | 82.47º | 0.9% | 0.98% | - |
| XYZ | 50.39 | 77.17 | 13.1 | - |
| YUV | 199.71 | 28.84 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 251 | 24 | 0.34 | 0 | 0.90 | 0.02 | 82.47 | 0.97 | 0.54 |
| Hex | A6 | FB | 18 | 22 | 0 | 5A | 2 | 52 | 61 | 36 |
| Octal | 246 | 373 | 30 | 42 | 0 | 132 | 2 | 122 | 141 | 66 |
| Binary | 10100110 | 11111011 | 11000 | 100010 | 0 | 1011010 | 10 | 1010010 | 1100001 | 110110 |
Color Harmonies of #A6FB18
Complementary color
Monochromatic Colors of #A6FB18
Black with #A6FB18
Text Example
Text Example
White with #A6FB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FB18; }
p { color: rgb(166,251,24); }
H1.HeaderClassName
{
color: #A6FB18;
}
.AnyTagClassName
{
color: #A6FB18;
}
</style>
background-color css
<style>
a { background-color: #A6FB18; }
a { background-color: rgb(166,251,24); }
div.DivClassName
{
background-color: #A6FB18;
}
.BgClassName
{
background-color: #A6FB18;
}
</style>
border-color css
<style>
span { border-color: #A6FB18; }
span { border-color: rgb(166,251,24); }
td.TdClassName
{
border-color: #A6FB18;
}
.TagClassName
{
border-color: #A6FB18;
}
</style>