Shades of Spring Bud #A6F312
Tints of Spring Bud #A6F312
RGB
CMYK
RGB Variations
Color information
#A6F312 (or 0xA6F312) is known color: Spring Bud. HEX triplet: A6, F3 and 12. RGB value is (166,243,18). Sum of RGB (Red+Green+Blue) = 166+243+18=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 243 (95.31% from 255 or 56.91% from 427); Blue value is 18 (7.42% from 255 or 4.22% from 427); Max value from RGB is 243 - color contains mainly: green. Hex color #A6F312 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F312 is #590CED. Grayscale: #C3C3C3. Windows color (decimal): -5836014 or 1242022. OLE color: 1242022.
HSL color Cylindrical-coordinate representation of color #A6F312: hue angle of 80.53º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6F312 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 243 | 18 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.05 |
| HSL | 80.53º | 0.9% | 0.51% | - |
| HSV(B) | 80.53º | 0.93% | 0.95% | - |
| XYZ | 47.89 | 72.25 | 11.99 | - |
| YUV | 194.33 | 28.49 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 243 | 18 | 0.32 | 0 | 0.93 | 0.05 | 80.53 | 0.9 | 0.51 |
| Hex | A6 | F3 | 12 | 20 | 0 | 5D | 5 | 51 | 5A | 33 |
| Octal | 246 | 363 | 22 | 40 | 0 | 135 | 5 | 121 | 132 | 63 |
| Binary | 10100110 | 11110011 | 10010 | 100000 | 0 | 1011101 | 101 | 1010001 | 1011010 | 110011 |
Color Harmonies of #A6F312
Complementary color
Monochromatic Colors of #A6F312
Black with #A6F312
Text Example
Text Example
White with #A6F312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F312; }
p { color: rgb(166,243,18); }
H1.HeaderClassName
{
color: #A6F312;
}
.AnyTagClassName
{
color: #A6F312;
}
</style>
background-color css
<style>
a { background-color: #A6F312; }
a { background-color: rgb(166,243,18); }
div.DivClassName
{
background-color: #A6F312;
}
.BgClassName
{
background-color: #A6F312;
}
</style>
border-color css
<style>
span { border-color: #A6F312; }
span { border-color: rgb(166,243,18); }
td.TdClassName
{
border-color: #A6F312;
}
.TagClassName
{
border-color: #A6F312;
}
</style>