Shades of Spring Bud #A2FF07
Tints of Spring Bud #A2FF07
RGB
CMYK
RGB Variations
Color information
#A2FF07 (or 0xA2FF07) is known color: Spring Bud. HEX triplet: A2, FF and 07. RGB value is (162,255,7). Sum of RGB (Red+Green+Blue) = 162+255+7=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 255 (100% from 255 or 60.14% from 424); Blue value is 7 (3.12% from 255 or 1.65% from 424); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2FF07 is #5D00F8. Grayscale: #C7C7C7. Windows color (decimal): -6095097 or 524194. OLE color: 524194.
HSL color Cylindrical-coordinate representation of color #A2FF07: hue angle of 82.5º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2FF07 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 7 | - |
| CMYK | 0.36 | 0 | 0.97 | 0 |
| HSL | 82.5º | 1% | 0.51% | - |
| HSV(B) | 82.5º | 0.97% | 1% | - |
| XYZ | 50.7 | 79.22 | 12.82 | - |
| YUV | 198.92 | 19.69 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 7 | 0.36 | 0 | 0.97 | 0 | 82.5 | 1 | 0.51 |
| Hex | A2 | FF | 7 | 24 | 0 | 61 | 0 | 52 | 64 | 33 |
| Octal | 242 | 377 | 7 | 44 | 0 | 141 | 0 | 122 | 144 | 63 |
| Binary | 10100010 | 11111111 | 111 | 100100 | 0 | 1100001 | 0 | 1010010 | 1100100 | 110011 |
Color Harmonies of #A2FF07
Complementary color
Monochromatic Colors of #A2FF07
Black with #A2FF07
Text Example
Text Example
White with #A2FF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FF07; }
p { color: rgb(162,255,7); }
H1.HeaderClassName
{
color: #A2FF07;
}
.AnyTagClassName
{
color: #A2FF07;
}
</style>
background-color css
<style>
a { background-color: #A2FF07; }
a { background-color: rgb(162,255,7); }
div.DivClassName
{
background-color: #A2FF07;
}
.BgClassName
{
background-color: #A2FF07;
}
</style>
border-color css
<style>
span { border-color: #A2FF07; }
span { border-color: rgb(162,255,7); }
td.TdClassName
{
border-color: #A2FF07;
}
.TagClassName
{
border-color: #A2FF07;
}
</style>