Shades of Spring Bud #A1EF0F
Tints of Spring Bud #A1EF0F
RGB
CMYK
RGB Variations
Color information
#A1EF0F (or 0xA1EF0F) is known color: Spring Bud. HEX triplet: A1, EF and 0F. RGB value is (161,239,15). Sum of RGB (Red+Green+Blue) = 161+239+15=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 239 (93.75% from 255 or 57.59% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1EF0F is #5E10F0. Grayscale: #BEBEBE. Windows color (decimal): -6164721 or 1044385. OLE color: 1044385.
HSL color Cylindrical-coordinate representation of color #A1EF0F: hue angle of 80.89º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1EF0F is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 15 | - |
| CMYK | 0.33 | 0 | 0.94 | 0.06 |
| HSL | 80.89º | 0.88% | 0.5% | - |
| HSV(B) | 80.89º | 0.94% | 0.94% | - |
| XYZ | 45.65 | 69.34 | 11.43 | - |
| YUV | 190.14 | 29.16 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 15 | 0.33 | 0 | 0.94 | 0.06 | 80.89 | 0.88 | 0.5 |
| Hex | A1 | EF | F | 21 | 0 | 5E | 6 | 51 | 58 | 32 |
| Octal | 241 | 357 | 17 | 41 | 0 | 136 | 6 | 121 | 130 | 62 |
| Binary | 10100001 | 11101111 | 1111 | 100001 | 0 | 1011110 | 110 | 1010001 | 1011000 | 110010 |
Color Harmonies of #A1EF0F
Complementary color
Monochromatic Colors of #A1EF0F
Black with #A1EF0F
Text Example
Text Example
White with #A1EF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EF0F; }
p { color: rgb(161,239,15); }
H1.HeaderClassName
{
color: #A1EF0F;
}
.AnyTagClassName
{
color: #A1EF0F;
}
</style>
background-color css
<style>
a { background-color: #A1EF0F; }
a { background-color: rgb(161,239,15); }
div.DivClassName
{
background-color: #A1EF0F;
}
.BgClassName
{
background-color: #A1EF0F;
}
</style>
border-color css
<style>
span { border-color: #A1EF0F; }
span { border-color: rgb(161,239,15); }
td.TdClassName
{
border-color: #A1EF0F;
}
.TagClassName
{
border-color: #A1EF0F;
}
</style>