Shades of Spring Bud #A1F807
Tints of Spring Bud #A1F807
RGB
CMYK
RGB Variations
Color information
#A1F807 (or 0xA1F807) is known color: Spring Bud. HEX triplet: A1, F8 and 07. RGB value is (161,248,7). Sum of RGB (Red+Green+Blue) = 161+248+7=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 248 (97.27% from 255 or 59.62% from 416); Blue value is 7 (3.12% from 255 or 1.68% from 416); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F807 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F807 is #5E07F8. Grayscale: #C3C3C3. Windows color (decimal): -6162425 or 522401. OLE color: 522401.
HSL color Cylindrical-coordinate representation of color #A1F807: hue angle of 81.66º 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 #A1F807 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 248 | 7 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.03 |
| HSL | 81.66º | 0.95% | 0.5% | - |
| HSV(B) | 81.66º | 0.97% | 0.97% | - |
| XYZ | 48.3 | 74.73 | 12.08 | - |
| YUV | 194.51 | 22.18 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 248 | 7 | 0.35 | 0 | 0.97 | 0.03 | 81.66 | 0.95 | 0.5 |
| Hex | A1 | F8 | 7 | 23 | 0 | 61 | 3 | 52 | 5F | 32 |
| Octal | 241 | 370 | 7 | 43 | 0 | 141 | 3 | 122 | 137 | 62 |
| Binary | 10100001 | 11111000 | 111 | 100011 | 0 | 1100001 | 11 | 1010010 | 1011111 | 110010 |
Color Harmonies of #A1F807
Complementary color
Monochromatic Colors of #A1F807
Black with #A1F807
Text Example
Text Example
White with #A1F807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F807; }
p { color: rgb(161,248,7); }
H1.HeaderClassName
{
color: #A1F807;
}
.AnyTagClassName
{
color: #A1F807;
}
</style>
background-color css
<style>
a { background-color: #A1F807; }
a { background-color: rgb(161,248,7); }
div.DivClassName
{
background-color: #A1F807;
}
.BgClassName
{
background-color: #A1F807;
}
</style>
border-color css
<style>
span { border-color: #A1F807; }
span { border-color: rgb(161,248,7); }
td.TdClassName
{
border-color: #A1F807;
}
.TagClassName
{
border-color: #A1F807;
}
</style>