Shades of Spring Bud #9AF30A
Tints of Spring Bud #9AF30A
RGB
CMYK
RGB Variations
Color information
#9AF30A (or 0x9AF30A) is known color: Spring Bud. HEX triplet: 9A, F3 and 0A. RGB value is (154,243,10). Sum of RGB (Red+Green+Blue) = 154+243+10=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 243 (95.31% from 255 or 59.71% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF30A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AF30A is #650CF5. Grayscale: #BEBEBE. Windows color (decimal): -6622454 or 717722. OLE color: 717722.
HSL color Cylindrical-coordinate representation of color #9AF30A: hue angle of 82.92º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9AF30A is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 243 | 10 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.05 |
| HSL | 82.92º | 0.92% | 0.5% | - |
| HSV(B) | 82.92º | 0.96% | 0.95% | - |
| XYZ | 45.43 | 70.99 | 11.6 | - |
| YUV | 189.83 | 26.51 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 243 | 10 | 0.37 | 0 | 0.96 | 0.05 | 82.92 | 0.92 | 0.5 |
| Hex | 9A | F3 | A | 25 | 0 | 60 | 5 | 53 | 5C | 32 |
| Octal | 232 | 363 | 12 | 45 | 0 | 140 | 5 | 123 | 134 | 62 |
| Binary | 10011010 | 11110011 | 1010 | 100101 | 0 | 1100000 | 101 | 1010011 | 1011100 | 110010 |
Color Harmonies of #9AF30A
Complementary color
Monochromatic Colors of #9AF30A
Black with #9AF30A
Text Example
Text Example
White with #9AF30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF30A; }
p { color: rgb(154,243,10); }
H1.HeaderClassName
{
color: #9AF30A;
}
.AnyTagClassName
{
color: #9AF30A;
}
</style>
background-color css
<style>
a { background-color: #9AF30A; }
a { background-color: rgb(154,243,10); }
div.DivClassName
{
background-color: #9AF30A;
}
.BgClassName
{
background-color: #9AF30A;
}
</style>
border-color css
<style>
span { border-color: #9AF30A; }
span { border-color: rgb(154,243,10); }
td.TdClassName
{
border-color: #9AF30A;
}
.TagClassName
{
border-color: #9AF30A;
}
</style>