Shades of Spring Bud #A2FE05
Tints of Spring Bud #A2FE05
RGB
CMYK
RGB Variations
Color information
#A2FE05 (or 0xA2FE05) is known color: Spring Bud. HEX triplet: A2, FE and 05. RGB value is (162,254,5). Sum of RGB (Red+Green+Blue) = 162+254+5=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 254 (99.61% from 255 or 60.33% from 421); Blue value is 5 (2.34% from 255 or 1.19% from 421); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FE05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FE05 is #5D01FA. Grayscale: #C7C7C7. Windows color (decimal): -6095355 or 392866. OLE color: 392866.
HSL color Cylindrical-coordinate representation of color #A2FE05: hue angle of 82.17º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2FE05 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 254 | 5 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.00 |
| HSL | 82.17º | 0.99% | 0.51% | - |
| HSV(B) | 82.17º | 0.98% | 1% | - |
| XYZ | 50.37 | 78.58 | 12.66 | - |
| YUV | 198.11 | 19.02 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 254 | 5 | 0.36 | 0 | 0.98 | 0.00 | 82.17 | 0.99 | 0.51 |
| Hex | A2 | FE | 5 | 24 | 0 | 62 | 0 | 52 | 63 | 33 |
| Octal | 242 | 376 | 5 | 44 | 0 | 142 | 0 | 122 | 143 | 63 |
| Binary | 10100010 | 11111110 | 101 | 100100 | 0 | 1100010 | 0 | 1010010 | 1100011 | 110011 |
Color Harmonies of #A2FE05
Complementary color
Monochromatic Colors of #A2FE05
Black with #A2FE05
Text Example
Text Example
White with #A2FE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FE05; }
p { color: rgb(162,254,5); }
H1.HeaderClassName
{
color: #A2FE05;
}
.AnyTagClassName
{
color: #A2FE05;
}
</style>
background-color css
<style>
a { background-color: #A2FE05; }
a { background-color: rgb(162,254,5); }
div.DivClassName
{
background-color: #A2FE05;
}
.BgClassName
{
background-color: #A2FE05;
}
</style>
border-color css
<style>
span { border-color: #A2FE05; }
span { border-color: rgb(162,254,5); }
td.TdClassName
{
border-color: #A2FE05;
}
.TagClassName
{
border-color: #A2FE05;
}
</style>