Shades of Spring Bud #A1F90A
Tints of Spring Bud #A1F90A
RGB
CMYK
RGB Variations
Color information
#A1F90A (or 0xA1F90A) is known color: Spring Bud. HEX triplet: A1, F9 and 0A. RGB value is (161,249,10). Sum of RGB (Red+Green+Blue) = 161+249+10=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 249 (97.66% from 255 or 59.29% from 420); Blue value is 10 (4.30% from 255 or 2.38% from 420); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F90A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F90A is #5E06F5. Grayscale: #C4C4C4. Windows color (decimal): -6162166 or 719265. OLE color: 719265.
HSL color Cylindrical-coordinate representation of color #A1F90A: hue angle of 82.09º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1F90A is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 10 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.02 |
| HSL | 82.09º | 0.95% | 0.51% | - |
| HSV(B) | 82.09º | 0.96% | 0.98% | - |
| XYZ | 48.63 | 75.35 | 12.27 | - |
| YUV | 195.44 | 23.35 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 10 | 0.35 | 0 | 0.96 | 0.02 | 82.09 | 0.95 | 0.51 |
| Hex | A1 | F9 | A | 23 | 0 | 60 | 2 | 52 | 5F | 33 |
| Octal | 241 | 371 | 12 | 43 | 0 | 140 | 2 | 122 | 137 | 63 |
| Binary | 10100001 | 11111001 | 1010 | 100011 | 0 | 1100000 | 10 | 1010010 | 1011111 | 110011 |
Color Harmonies of #A1F90A
Complementary color
Monochromatic Colors of #A1F90A
Black with #A1F90A
Text Example
Text Example
White with #A1F90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F90A; }
p { color: rgb(161,249,10); }
H1.HeaderClassName
{
color: #A1F90A;
}
.AnyTagClassName
{
color: #A1F90A;
}
</style>
background-color css
<style>
a { background-color: #A1F90A; }
a { background-color: rgb(161,249,10); }
div.DivClassName
{
background-color: #A1F90A;
}
.BgClassName
{
background-color: #A1F90A;
}
</style>
border-color css
<style>
span { border-color: #A1F90A; }
span { border-color: rgb(161,249,10); }
td.TdClassName
{
border-color: #A1F90A;
}
.TagClassName
{
border-color: #A1F90A;
}
</style>