Shades of Spring Bud #A2FC14
Tints of Spring Bud #A2FC14
RGB
CMYK
RGB Variations
Color information
#A2FC14 (or 0xA2FC14) is known color: Spring Bud. HEX triplet: A2, FC and 14. RGB value is (162,252,20). Sum of RGB (Red+Green+Blue) = 162+252+20=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 252 (98.83% from 255 or 58.06% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FC14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FC14 is #5D03EB. Grayscale: #C7C7C7. Windows color (decimal): -6095852 or 1375394. OLE color: 1375394.
HSL color Cylindrical-coordinate representation of color #A2FC14: hue angle of 83.28º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2FC14 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 252 | 20 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.01 |
| HSL | 83.28º | 0.97% | 0.53% | - |
| HSV(B) | 83.28º | 0.92% | 0.99% | - |
| XYZ | 49.84 | 77.35 | 12.97 | - |
| YUV | 198.64 | 27.18 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 252 | 20 | 0.36 | 0 | 0.92 | 0.01 | 83.28 | 0.97 | 0.53 |
| Hex | A2 | FC | 14 | 24 | 0 | 5C | 1 | 53 | 61 | 35 |
| Octal | 242 | 374 | 24 | 44 | 0 | 134 | 1 | 123 | 141 | 65 |
| Binary | 10100010 | 11111100 | 10100 | 100100 | 0 | 1011100 | 1 | 1010011 | 1100001 | 110101 |
Color Harmonies of #A2FC14
Complementary color
Monochromatic Colors of #A2FC14
Black with #A2FC14
Text Example
Text Example
White with #A2FC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FC14; }
p { color: rgb(162,252,20); }
H1.HeaderClassName
{
color: #A2FC14;
}
.AnyTagClassName
{
color: #A2FC14;
}
</style>
background-color css
<style>
a { background-color: #A2FC14; }
a { background-color: rgb(162,252,20); }
div.DivClassName
{
background-color: #A2FC14;
}
.BgClassName
{
background-color: #A2FC14;
}
</style>
border-color css
<style>
span { border-color: #A2FC14; }
span { border-color: rgb(162,252,20); }
td.TdClassName
{
border-color: #A2FC14;
}
.TagClassName
{
border-color: #A2FC14;
}
</style>