Shades of Spring Bud #A6F807
Tints of Spring Bud #A6F807
RGB
CMYK
RGB Variations
Color information
#A6F807 (or 0xA6F807) is known color: Spring Bud. HEX triplet: A6, F8 and 07. RGB value is (166,248,7). Sum of RGB (Red+Green+Blue) = 166+248+7=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 248 (97.27% from 255 or 58.91% from 421); Blue value is 7 (3.12% from 255 or 1.66% from 421); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F807 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F807 is #5907F8. Grayscale: #C4C4C4. Windows color (decimal): -5834745 or 522406. OLE color: 522406.
HSL color Cylindrical-coordinate representation of color #A6F807: hue angle of 80.41º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A6F807 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 248 | 7 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.03 |
| HSL | 80.41º | 0.95% | 0.5% | - |
| HSV(B) | 80.41º | 0.97% | 0.97% | - |
| XYZ | 49.33 | 75.26 | 12.13 | - |
| YUV | 196.01 | 21.33 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 248 | 7 | 0.33 | 0 | 0.97 | 0.03 | 80.41 | 0.95 | 0.5 |
| Hex | A6 | F8 | 7 | 21 | 0 | 61 | 3 | 50 | 5F | 32 |
| Octal | 246 | 370 | 7 | 41 | 0 | 141 | 3 | 120 | 137 | 62 |
| Binary | 10100110 | 11111000 | 111 | 100001 | 0 | 1100001 | 11 | 1010000 | 1011111 | 110010 |
Color Harmonies of #A6F807
Complementary color
Monochromatic Colors of #A6F807
Black with #A6F807
Text Example
Text Example
White with #A6F807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F807; }
p { color: rgb(166,248,7); }
H1.HeaderClassName
{
color: #A6F807;
}
.AnyTagClassName
{
color: #A6F807;
}
</style>
background-color css
<style>
a { background-color: #A6F807; }
a { background-color: rgb(166,248,7); }
div.DivClassName
{
background-color: #A6F807;
}
.BgClassName
{
background-color: #A6F807;
}
</style>
border-color css
<style>
span { border-color: #A6F807; }
span { border-color: rgb(166,248,7); }
td.TdClassName
{
border-color: #A6F807;
}
.TagClassName
{
border-color: #A6F807;
}
</style>