Shades of Spring Bud #A1ED02
Tints of Spring Bud #A1ED02
RGB
CMYK
RGB Variations
Color information
#A1ED02 (or 0xA1ED02) is known color: Spring Bud. HEX triplet: A1, ED and 02. RGB value is (161,237,2). Sum of RGB (Red+Green+Blue) = 161+237+2=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 237 (92.97% from 255 or 59.25% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 237 - color contains mainly: green. Hex color #A1ED02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1ED02 is #5E12FD. Grayscale: #BCBCBC. Windows color (decimal): -6165246 or 191905. OLE color: 191905.
HSL color Cylindrical-coordinate representation of color #A1ED02: hue angle of 79.4º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1ED02 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 237 | 2 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.07 |
| HSL | 79.4º | 0.98% | 0.47% | - |
| HSV(B) | 79.4º | 0.99% | 0.93% | - |
| XYZ | 44.99 | 68.15 | 10.84 | - |
| YUV | 187.49 | 23.32 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 237 | 2 | 0.32 | 0 | 0.99 | 0.07 | 79.4 | 0.98 | 0.47 |
| Hex | A1 | ED | 2 | 20 | 0 | 63 | 7 | 4F | 62 | 2F |
| Octal | 241 | 355 | 2 | 40 | 0 | 143 | 7 | 117 | 142 | 57 |
| Binary | 10100001 | 11101101 | 10 | 100000 | 0 | 1100011 | 111 | 1001111 | 1100010 | 101111 |
Color Harmonies of #A1ED02
Complementary color
Monochromatic Colors of #A1ED02
Black with #A1ED02
Text Example
Text Example
White with #A1ED02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ED02; }
p { color: rgb(161,237,2); }
H1.HeaderClassName
{
color: #A1ED02;
}
.AnyTagClassName
{
color: #A1ED02;
}
</style>
background-color css
<style>
a { background-color: #A1ED02; }
a { background-color: rgb(161,237,2); }
div.DivClassName
{
background-color: #A1ED02;
}
.BgClassName
{
background-color: #A1ED02;
}
</style>
border-color css
<style>
span { border-color: #A1ED02; }
span { border-color: rgb(161,237,2); }
td.TdClassName
{
border-color: #A1ED02;
}
.TagClassName
{
border-color: #A1ED02;
}
</style>