Shades of Spring Bud #A6FD02
Tints of Spring Bud #A6FD02
RGB
CMYK
RGB Variations
Color information
#A6FD02 (or 0xA6FD02) is known color: Spring Bud. HEX triplet: A6, FD and 02. RGB value is (166,253,2). Sum of RGB (Red+Green+Blue) = 166+253+2=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 253 (99.22% from 255 or 60.10% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FD02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6FD02 is #5902FD. Grayscale: #C7C7C7. Windows color (decimal): -5833470 or 196006. OLE color: 196006.
HSL color Cylindrical-coordinate representation of color #A6FD02: hue angle of 80.8º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6FD02 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 253 | 2 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.01 |
| HSL | 80.8º | 0.98% | 0.5% | - |
| HSV(B) | 80.8º | 0.99% | 0.99% | - |
| XYZ | 50.86 | 78.36 | 12.5 | - |
| YUV | 198.37 | 17.18 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 253 | 2 | 0.34 | 0 | 0.99 | 0.01 | 80.8 | 0.98 | 0.5 |
| Hex | A6 | FD | 2 | 22 | 0 | 63 | 1 | 51 | 62 | 32 |
| Octal | 246 | 375 | 2 | 42 | 0 | 143 | 1 | 121 | 142 | 62 |
| Binary | 10100110 | 11111101 | 10 | 100010 | 0 | 1100011 | 1 | 1010001 | 1100010 | 110010 |
Color Harmonies of #A6FD02
Complementary color
Monochromatic Colors of #A6FD02
Black with #A6FD02
Text Example
Text Example
White with #A6FD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FD02; }
p { color: rgb(166,253,2); }
H1.HeaderClassName
{
color: #A6FD02;
}
.AnyTagClassName
{
color: #A6FD02;
}
</style>
background-color css
<style>
a { background-color: #A6FD02; }
a { background-color: rgb(166,253,2); }
div.DivClassName
{
background-color: #A6FD02;
}
.BgClassName
{
background-color: #A6FD02;
}
</style>
border-color css
<style>
span { border-color: #A6FD02; }
span { border-color: rgb(166,253,2); }
td.TdClassName
{
border-color: #A6FD02;
}
.TagClassName
{
border-color: #A6FD02;
}
</style>