Shades of Spring Bud #A2E701
Tints of Spring Bud #A2E701
RGB
CMYK
RGB Variations
Color information
#A2E701 (or 0xA2E701) is known color: Spring Bud. HEX triplet: A2, E7 and 01. RGB value is (162,231,1). Sum of RGB (Red+Green+Blue) = 162+231+1=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 231 (90.62% from 255 or 58.63% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E701 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2E701 is #5D18FE. Grayscale: #B9B9B9. Windows color (decimal): -6101247 or 124834. OLE color: 124834.
HSL color Cylindrical-coordinate representation of color #A2E701: hue angle of 78º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2E701 is Cyan = 0.30, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 231 | 1 | - |
| CMYK | 0.30 | 0 | 1.00 | 0.09 |
| HSL | 78º | 0.99% | 0.45% | - |
| HSV(B) | 78º | 1% | 0.91% | - |
| XYZ | 43.48 | 64.84 | 10.25 | - |
| YUV | 184.15 | 24.64 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 231 | 1 | 0.30 | 0 | 1.00 | 0.09 | 78 | 0.99 | 0.45 |
| Hex | A2 | E7 | 1 | 1E | 0 | 64 | 9 | 4E | 63 | 2D |
| Octal | 242 | 347 | 1 | 36 | 0 | 144 | 11 | 116 | 143 | 55 |
| Binary | 10100010 | 11100111 | 1 | 11110 | 0 | 1100100 | 1001 | 1001110 | 1100011 | 101101 |
Color Harmonies of #A2E701
Complementary color
Monochromatic Colors of #A2E701
Black with #A2E701
Text Example
Text Example
White with #A2E701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E701; }
p { color: rgb(162,231,1); }
H1.HeaderClassName
{
color: #A2E701;
}
.AnyTagClassName
{
color: #A2E701;
}
</style>
background-color css
<style>
a { background-color: #A2E701; }
a { background-color: rgb(162,231,1); }
div.DivClassName
{
background-color: #A2E701;
}
.BgClassName
{
background-color: #A2E701;
}
</style>
border-color css
<style>
span { border-color: #A2E701; }
span { border-color: rgb(162,231,1); }
td.TdClassName
{
border-color: #A2E701;
}
.TagClassName
{
border-color: #A2E701;
}
</style>