Shades of Spring Bud #A2F90A
Tints of Spring Bud #A2F90A
RGB
CMYK
RGB Variations
Color information
#A2F90A (or 0xA2F90A) is known color: Spring Bud. HEX triplet: A2, F9 and 0A. RGB value is (162,249,10). Sum of RGB (Red+Green+Blue) = 162+249+10=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 249 (97.66% from 255 or 59.14% from 421); Blue value is 10 (4.30% from 255 or 2.38% from 421); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F90A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F90A is #5D06F5. Grayscale: #C4C4C4. Windows color (decimal): -6096630 or 719266. OLE color: 719266.
HSL color Cylindrical-coordinate representation of color #A2F90A: hue angle of 81.84º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2F90A is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 10 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.02 |
| HSL | 81.84º | 0.95% | 0.51% | - |
| HSV(B) | 81.84º | 0.96% | 0.98% | - |
| XYZ | 48.83 | 75.45 | 12.28 | - |
| YUV | 195.74 | 23.18 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 10 | 0.35 | 0 | 0.96 | 0.02 | 81.84 | 0.95 | 0.51 |
| Hex | A2 | F9 | A | 23 | 0 | 60 | 2 | 52 | 5F | 33 |
| Octal | 242 | 371 | 12 | 43 | 0 | 140 | 2 | 122 | 137 | 63 |
| Binary | 10100010 | 11111001 | 1010 | 100011 | 0 | 1100000 | 10 | 1010010 | 1011111 | 110011 |
Color Harmonies of #A2F90A
Complementary color
Monochromatic Colors of #A2F90A
Black with #A2F90A
Text Example
Text Example
White with #A2F90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F90A; }
p { color: rgb(162,249,10); }
H1.HeaderClassName
{
color: #A2F90A;
}
.AnyTagClassName
{
color: #A2F90A;
}
</style>
background-color css
<style>
a { background-color: #A2F90A; }
a { background-color: rgb(162,249,10); }
div.DivClassName
{
background-color: #A2F90A;
}
.BgClassName
{
background-color: #A2F90A;
}
</style>
border-color css
<style>
span { border-color: #A2F90A; }
span { border-color: rgb(162,249,10); }
td.TdClassName
{
border-color: #A2F90A;
}
.TagClassName
{
border-color: #A2F90A;
}
</style>