Shades of Spring Bud #A2F30B
Tints of Spring Bud #A2F30B
RGB
CMYK
RGB Variations
Color information
#A2F30B (or 0xA2F30B) is known color: Spring Bud. HEX triplet: A2, F3 and 0B. RGB value is (162,243,11). Sum of RGB (Red+Green+Blue) = 162+243+11=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 243 (95.31% from 255 or 58.41% from 416); Blue value is 11 (4.69% from 255 or 2.64% from 416); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F30B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F30B is #5D0CF4. Grayscale: #C1C1C1. Windows color (decimal): -6098165 or 783266. OLE color: 783266.
HSL color Cylindrical-coordinate representation of color #A2F30B: hue angle of 80.95º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2F30B is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 11 | - |
| CMYK | 0.33 | 0 | 0.95 | 0.05 |
| HSL | 80.95º | 0.91% | 0.5% | - |
| HSV(B) | 80.95º | 0.95% | 0.95% | - |
| XYZ | 47.01 | 71.81 | 11.7 | - |
| YUV | 192.33 | 25.66 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 11 | 0.33 | 0 | 0.95 | 0.05 | 80.95 | 0.91 | 0.5 |
| Hex | A2 | F3 | B | 21 | 0 | 5F | 5 | 51 | 5B | 32 |
| Octal | 242 | 363 | 13 | 41 | 0 | 137 | 5 | 121 | 133 | 62 |
| Binary | 10100010 | 11110011 | 1011 | 100001 | 0 | 1011111 | 101 | 1010001 | 1011011 | 110010 |
Color Harmonies of #A2F30B
Complementary color
Monochromatic Colors of #A2F30B
Black with #A2F30B
Text Example
Text Example
White with #A2F30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F30B; }
p { color: rgb(162,243,11); }
H1.HeaderClassName
{
color: #A2F30B;
}
.AnyTagClassName
{
color: #A2F30B;
}
</style>
background-color css
<style>
a { background-color: #A2F30B; }
a { background-color: rgb(162,243,11); }
div.DivClassName
{
background-color: #A2F30B;
}
.BgClassName
{
background-color: #A2F30B;
}
</style>
border-color css
<style>
span { border-color: #A2F30B; }
span { border-color: rgb(162,243,11); }
td.TdClassName
{
border-color: #A2F30B;
}
.TagClassName
{
border-color: #A2F30B;
}
</style>