Shades of Spring Bud #A2FC0F
Tints of Spring Bud #A2FC0F
RGB
CMYK
RGB Variations
Color information
#A2FC0F (or 0xA2FC0F) is known color: Spring Bud. HEX triplet: A2, FC and 0F. RGB value is (162,252,15). Sum of RGB (Red+Green+Blue) = 162+252+15=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 252 (98.83% from 255 or 58.74% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FC0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FC0F is #5D03F0. Grayscale: #C6C6C6. Windows color (decimal): -6095857 or 1047714. OLE color: 1047714.
HSL color Cylindrical-coordinate representation of color #A2FC0F: hue angle of 82.78º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2FC0F is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 252 | 15 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.01 |
| HSL | 82.78º | 0.98% | 0.52% | - |
| HSV(B) | 82.78º | 0.94% | 0.99% | - |
| XYZ | 49.8 | 77.34 | 12.75 | - |
| YUV | 198.07 | 24.68 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 252 | 15 | 0.36 | 0 | 0.94 | 0.01 | 82.78 | 0.98 | 0.52 |
| Hex | A2 | FC | F | 24 | 0 | 5E | 1 | 53 | 62 | 34 |
| Octal | 242 | 374 | 17 | 44 | 0 | 136 | 1 | 123 | 142 | 64 |
| Binary | 10100010 | 11111100 | 1111 | 100100 | 0 | 1011110 | 1 | 1010011 | 1100010 | 110100 |
Color Harmonies of #A2FC0F
Complementary color
Monochromatic Colors of #A2FC0F
Black with #A2FC0F
Text Example
Text Example
White with #A2FC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FC0F; }
p { color: rgb(162,252,15); }
H1.HeaderClassName
{
color: #A2FC0F;
}
.AnyTagClassName
{
color: #A2FC0F;
}
</style>
background-color css
<style>
a { background-color: #A2FC0F; }
a { background-color: rgb(162,252,15); }
div.DivClassName
{
background-color: #A2FC0F;
}
.BgClassName
{
background-color: #A2FC0F;
}
</style>
border-color css
<style>
span { border-color: #A2FC0F; }
span { border-color: rgb(162,252,15); }
td.TdClassName
{
border-color: #A2FC0F;
}
.TagClassName
{
border-color: #A2FC0F;
}
</style>