Shades of Spring Bud #A2F90B
Tints of Spring Bud #A2F90B
RGB
CMYK
RGB Variations
Color information
#A2F90B (or 0xA2F90B) is known color: Spring Bud. HEX triplet: A2, F9 and 0B. RGB value is (162,249,11). Sum of RGB (Red+Green+Blue) = 162+249+11=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 249 (97.66% from 255 or 59.00% from 422); Blue value is 11 (4.69% from 255 or 2.61% from 422); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F90B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F90B is #5D06F4. Grayscale: #C4C4C4. Windows color (decimal): -6096629 or 784802. OLE color: 784802.
HSL color Cylindrical-coordinate representation of color #A2F90B: hue angle of 81.93º 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 #A2F90B is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 11 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.02 |
| HSL | 81.93º | 0.95% | 0.51% | - |
| HSV(B) | 81.93º | 0.96% | 0.98% | - |
| XYZ | 48.84 | 75.46 | 12.31 | - |
| YUV | 195.86 | 23.68 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 11 | 0.35 | 0 | 0.96 | 0.02 | 81.93 | 0.95 | 0.51 |
| Hex | A2 | F9 | B | 23 | 0 | 60 | 2 | 52 | 5F | 33 |
| Octal | 242 | 371 | 13 | 43 | 0 | 140 | 2 | 122 | 137 | 63 |
| Binary | 10100010 | 11111001 | 1011 | 100011 | 0 | 1100000 | 10 | 1010010 | 1011111 | 110011 |
Color Harmonies of #A2F90B
Complementary color
Monochromatic Colors of #A2F90B
Black with #A2F90B
Text Example
Text Example
White with #A2F90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F90B; }
p { color: rgb(162,249,11); }
H1.HeaderClassName
{
color: #A2F90B;
}
.AnyTagClassName
{
color: #A2F90B;
}
</style>
background-color css
<style>
a { background-color: #A2F90B; }
a { background-color: rgb(162,249,11); }
div.DivClassName
{
background-color: #A2F90B;
}
.BgClassName
{
background-color: #A2F90B;
}
</style>
border-color css
<style>
span { border-color: #A2F90B; }
span { border-color: rgb(162,249,11); }
td.TdClassName
{
border-color: #A2F90B;
}
.TagClassName
{
border-color: #A2F90B;
}
</style>