Shades of Spring Bud #A2F309
Tints of Spring Bud #A2F309
RGB
CMYK
RGB Variations
Color information
#A2F309 (or 0xA2F309) is known color: Spring Bud. HEX triplet: A2, F3 and 09. RGB value is (162,243,9). Sum of RGB (Red+Green+Blue) = 162+243+9=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 243 (95.31% from 255 or 58.70% from 414); Blue value is 9 (3.91% from 255 or 2.17% from 414); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F309 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F309 is #5D0CF6. Grayscale: #C0C0C0. Windows color (decimal): -6098167 or 652194. OLE color: 652194.
HSL color Cylindrical-coordinate representation of color #A2F309: hue angle of 80.77º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2F309 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 9 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.05 |
| HSL | 80.77º | 0.93% | 0.49% | - |
| HSV(B) | 80.77º | 0.96% | 0.95% | - |
| XYZ | 47 | 71.8 | 11.64 | - |
| YUV | 192.11 | 24.66 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 9 | 0.33 | 0 | 0.96 | 0.05 | 80.77 | 0.93 | 0.49 |
| Hex | A2 | F3 | 9 | 21 | 0 | 60 | 5 | 51 | 5D | 31 |
| Octal | 242 | 363 | 11 | 41 | 0 | 140 | 5 | 121 | 135 | 61 |
| Binary | 10100010 | 11110011 | 1001 | 100001 | 0 | 1100000 | 101 | 1010001 | 1011101 | 110001 |
Color Harmonies of #A2F309
Complementary color
Monochromatic Colors of #A2F309
Black with #A2F309
Text Example
Text Example
White with #A2F309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F309; }
p { color: rgb(162,243,9); }
H1.HeaderClassName
{
color: #A2F309;
}
.AnyTagClassName
{
color: #A2F309;
}
</style>
background-color css
<style>
a { background-color: #A2F309; }
a { background-color: rgb(162,243,9); }
div.DivClassName
{
background-color: #A2F309;
}
.BgClassName
{
background-color: #A2F309;
}
</style>
border-color css
<style>
span { border-color: #A2F309; }
span { border-color: rgb(162,243,9); }
td.TdClassName
{
border-color: #A2F309;
}
.TagClassName
{
border-color: #A2F309;
}
</style>