Shades of Spring Bud #A6F718
Tints of Spring Bud #A6F718
RGB
CMYK
RGB Variations
Color information
#A6F718 (or 0xA6F718) is known color: Spring Bud. HEX triplet: A6, F7 and 18. RGB value is (166,247,24). Sum of RGB (Red+Green+Blue) = 166+247+24=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 247 (96.88% from 255 or 56.52% from 437); Blue value is 24 (9.77% from 255 or 5.49% from 437); Max value from RGB is 247 - color contains mainly: green. Hex color #A6F718 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F718 is #5908E7. Grayscale: #C6C6C6. Windows color (decimal): -5834984 or 1636262. OLE color: 1636262.
HSL color Cylindrical-coordinate representation of color #A6F718: hue angle of 81.79º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6F718 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 247 | 24 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.03 |
| HSL | 81.79º | 0.93% | 0.53% | - |
| HSV(B) | 81.79º | 0.9% | 0.97% | - |
| XYZ | 49.15 | 74.69 | 12.69 | - |
| YUV | 197.36 | 30.16 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 247 | 24 | 0.33 | 0 | 0.90 | 0.03 | 81.79 | 0.93 | 0.53 |
| Hex | A6 | F7 | 18 | 21 | 0 | 5A | 3 | 52 | 5D | 35 |
| Octal | 246 | 367 | 30 | 41 | 0 | 132 | 3 | 122 | 135 | 65 |
| Binary | 10100110 | 11110111 | 11000 | 100001 | 0 | 1011010 | 11 | 1010010 | 1011101 | 110101 |
Color Harmonies of #A6F718
Complementary color
Monochromatic Colors of #A6F718
Black with #A6F718
Text Example
Text Example
White with #A6F718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F718; }
p { color: rgb(166,247,24); }
H1.HeaderClassName
{
color: #A6F718;
}
.AnyTagClassName
{
color: #A6F718;
}
</style>
background-color css
<style>
a { background-color: #A6F718; }
a { background-color: rgb(166,247,24); }
div.DivClassName
{
background-color: #A6F718;
}
.BgClassName
{
background-color: #A6F718;
}
</style>
border-color css
<style>
span { border-color: #A6F718; }
span { border-color: rgb(166,247,24); }
td.TdClassName
{
border-color: #A6F718;
}
.TagClassName
{
border-color: #A6F718;
}
</style>