Shades of Spring Bud #9AF50A
Tints of Spring Bud #9AF50A
RGB
CMYK
RGB Variations
Color information
#9AF50A (or 0x9AF50A) is known color: Spring Bud. HEX triplet: 9A, F5 and 0A. RGB value is (154,245,10). Sum of RGB (Red+Green+Blue) = 154+245+10=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 245 (96.09% from 255 or 59.90% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 245 - color contains mainly: green. Hex color #9AF50A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF50A is #650AF5. Grayscale: #BFBFBF. Windows color (decimal): -6621942 or 718234. OLE color: 718234.
HSL color Cylindrical-coordinate representation of color #9AF50A: hue angle of 83.23º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9AF50A is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 245 | 10 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.04 |
| HSL | 83.23º | 0.92% | 0.5% | - |
| HSV(B) | 83.23º | 0.96% | 0.96% | - |
| XYZ | 46.03 | 72.2 | 11.8 | - |
| YUV | 191 | 25.85 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 245 | 10 | 0.37 | 0 | 0.96 | 0.04 | 83.23 | 0.92 | 0.5 |
| Hex | 9A | F5 | A | 25 | 0 | 60 | 4 | 53 | 5C | 32 |
| Octal | 232 | 365 | 12 | 45 | 0 | 140 | 4 | 123 | 134 | 62 |
| Binary | 10011010 | 11110101 | 1010 | 100101 | 0 | 1100000 | 100 | 1010011 | 1011100 | 110010 |
Color Harmonies of #9AF50A
Complementary color
Monochromatic Colors of #9AF50A
Black with #9AF50A
Text Example
Text Example
White with #9AF50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF50A; }
p { color: rgb(154,245,10); }
H1.HeaderClassName
{
color: #9AF50A;
}
.AnyTagClassName
{
color: #9AF50A;
}
</style>
background-color css
<style>
a { background-color: #9AF50A; }
a { background-color: rgb(154,245,10); }
div.DivClassName
{
background-color: #9AF50A;
}
.BgClassName
{
background-color: #9AF50A;
}
</style>
border-color css
<style>
span { border-color: #9AF50A; }
span { border-color: rgb(154,245,10); }
td.TdClassName
{
border-color: #9AF50A;
}
.TagClassName
{
border-color: #9AF50A;
}
</style>