Shades of Spring Bud #A2FC18
Tints of Spring Bud #A2FC18
RGB
CMYK
RGB Variations
Color information
#A2FC18 (or 0xA2FC18) is known color: Spring Bud. HEX triplet: A2, FC and 18. RGB value is (162,252,24). Sum of RGB (Red+Green+Blue) = 162+252+24=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 252 (98.83% from 255 or 57.53% from 438); Blue value is 24 (9.77% from 255 or 5.48% from 438); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FC18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FC18 is #5D03E7. Grayscale: #C7C7C7. Windows color (decimal): -6095848 or 1637538. OLE color: 1637538.
HSL color Cylindrical-coordinate representation of color #A2FC18: hue angle of 83.68º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2FC18 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 252 | 24 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.01 |
| HSL | 83.68º | 0.97% | 0.54% | - |
| HSV(B) | 83.68º | 0.9% | 0.99% | - |
| XYZ | 49.88 | 77.37 | 13.17 | - |
| YUV | 199.1 | 29.18 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 252 | 24 | 0.36 | 0 | 0.90 | 0.01 | 83.68 | 0.97 | 0.54 |
| Hex | A2 | FC | 18 | 24 | 0 | 5A | 1 | 54 | 61 | 36 |
| Octal | 242 | 374 | 30 | 44 | 0 | 132 | 1 | 124 | 141 | 66 |
| Binary | 10100010 | 11111100 | 11000 | 100100 | 0 | 1011010 | 1 | 1010100 | 1100001 | 110110 |
Color Harmonies of #A2FC18
Complementary color
Monochromatic Colors of #A2FC18
Black with #A2FC18
Text Example
Text Example
White with #A2FC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FC18; }
p { color: rgb(162,252,24); }
H1.HeaderClassName
{
color: #A2FC18;
}
.AnyTagClassName
{
color: #A2FC18;
}
</style>
background-color css
<style>
a { background-color: #A2FC18; }
a { background-color: rgb(162,252,24); }
div.DivClassName
{
background-color: #A2FC18;
}
.BgClassName
{
background-color: #A2FC18;
}
</style>
border-color css
<style>
span { border-color: #A2FC18; }
span { border-color: rgb(162,252,24); }
td.TdClassName
{
border-color: #A2FC18;
}
.TagClassName
{
border-color: #A2FC18;
}
</style>