Shades of Spring Bud #A6F413
Tints of Spring Bud #A6F413
RGB
CMYK
RGB Variations
Color information
#A6F413 (or 0xA6F413) is known color: Spring Bud. HEX triplet: A6, F4 and 13. RGB value is (166,244,19). Sum of RGB (Red+Green+Blue) = 166+244+19=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 244 (95.70% from 255 or 56.88% from 429); Blue value is 19 (7.81% from 255 or 4.43% from 429); Max value from RGB is 244 - color contains mainly: green. Hex color #A6F413 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F413 is #590BEC. Grayscale: #C3C3C3. Windows color (decimal): -5835757 or 1307814. OLE color: 1307814.
HSL color Cylindrical-coordinate representation of color #A6F413: hue angle of 80.8º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6F413 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 244 | 19 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.04 |
| HSL | 80.8º | 0.91% | 0.52% | - |
| HSV(B) | 80.8º | 0.92% | 0.96% | - |
| XYZ | 48.19 | 72.86 | 12.14 | - |
| YUV | 195.03 | 28.66 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 244 | 19 | 0.32 | 0 | 0.92 | 0.04 | 80.8 | 0.91 | 0.52 |
| Hex | A6 | F4 | 13 | 20 | 0 | 5C | 4 | 51 | 5B | 34 |
| Octal | 246 | 364 | 23 | 40 | 0 | 134 | 4 | 121 | 133 | 64 |
| Binary | 10100110 | 11110100 | 10011 | 100000 | 0 | 1011100 | 100 | 1010001 | 1011011 | 110100 |
Color Harmonies of #A6F413
Complementary color
Monochromatic Colors of #A6F413
Black with #A6F413
Text Example
Text Example
White with #A6F413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F413; }
p { color: rgb(166,244,19); }
H1.HeaderClassName
{
color: #A6F413;
}
.AnyTagClassName
{
color: #A6F413;
}
</style>
background-color css
<style>
a { background-color: #A6F413; }
a { background-color: rgb(166,244,19); }
div.DivClassName
{
background-color: #A6F413;
}
.BgClassName
{
background-color: #A6F413;
}
</style>
border-color css
<style>
span { border-color: #A6F413; }
span { border-color: rgb(166,244,19); }
td.TdClassName
{
border-color: #A6F413;
}
.TagClassName
{
border-color: #A6F413;
}
</style>