Shades of Spring Bud #A2F301
Tints of Spring Bud #A2F301
RGB
CMYK
RGB Variations
Color information
#A2F301 (or 0xA2F301) is known color: Spring Bud. HEX triplet: A2, F3 and 01. RGB value is (162,243,1). Sum of RGB (Red+Green+Blue) = 162+243+1=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 243 (95.31% from 255 or 59.85% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F301 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F301 is #5D0CFE. Grayscale: #C0C0C0. Windows color (decimal): -6098175 or 127906. OLE color: 127906.
HSL color Cylindrical-coordinate representation of color #A2F301: hue angle of 80.08º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2F301 is Cyan = 0.33, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 1 | - |
| CMYK | 0.33 | 0 | 1.00 | 0.05 |
| HSL | 80.08º | 0.99% | 0.48% | - |
| HSV(B) | 80.08º | 1% | 0.95% | - |
| XYZ | 46.96 | 71.78 | 11.41 | - |
| YUV | 191.19 | 20.66 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 1 | 0.33 | 0 | 1.00 | 0.05 | 80.08 | 0.99 | 0.48 |
| Hex | A2 | F3 | 1 | 21 | 0 | 64 | 5 | 50 | 63 | 30 |
| Octal | 242 | 363 | 1 | 41 | 0 | 144 | 5 | 120 | 143 | 60 |
| Binary | 10100010 | 11110011 | 1 | 100001 | 0 | 1100100 | 101 | 1010000 | 1100011 | 110000 |
Color Harmonies of #A2F301
Complementary color
Monochromatic Colors of #A2F301
Black with #A2F301
Text Example
Text Example
White with #A2F301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F301; }
p { color: rgb(162,243,1); }
H1.HeaderClassName
{
color: #A2F301;
}
.AnyTagClassName
{
color: #A2F301;
}
</style>
background-color css
<style>
a { background-color: #A2F301; }
a { background-color: rgb(162,243,1); }
div.DivClassName
{
background-color: #A2F301;
}
.BgClassName
{
background-color: #A2F301;
}
</style>
border-color css
<style>
span { border-color: #A2F301; }
span { border-color: rgb(162,243,1); }
td.TdClassName
{
border-color: #A2F301;
}
.TagClassName
{
border-color: #A2F301;
}
</style>