Shades of Spring Bud #9AFF00
Tints of Spring Bud #9AFF00
RGB
CMYK
RGB Variations
Color information
#9AFF00 (or 0x9AFF00) is known color: Spring Bud. HEX triplet: 9A, FF and 00. RGB value is (154,255,0). Sum of RGB (Red+Green+Blue) = 154+255+0=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 255 (100% from 255 or 62.35% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AFF00 is #6500FF. Grayscale: #C4C4C4. Windows color (decimal): -6619392 or 65434. OLE color: 65434.
HSL color Cylindrical-coordinate representation of color #9AFF00: hue angle of 83.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9AFF00 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 0 | - |
| CMYK | 0.40 | 0 | 1 | 0 |
| HSL | 83.76º | 1% | 0.5% | - |
| HSV(B) | 83.76º | 1% | 1% | - |
| XYZ | 49.09 | 78.39 | 12.54 | - |
| YUV | 195.73 | 17.54 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 0 | 0.40 | 0 | 1 | 0 | 83.76 | 1 | 0.5 |
| Hex | 9A | FF | 0 | 28 | 0 | 64 | 0 | 54 | 64 | 32 |
| Octal | 232 | 377 | 0 | 50 | 0 | 144 | 0 | 124 | 144 | 62 |
| Binary | 10011010 | 11111111 | 0 | 101000 | 0 | 1100100 | 0 | 1010100 | 1100100 | 110010 |
Color Harmonies of #9AFF00
Complementary color
Monochromatic Colors of #9AFF00
Black with #9AFF00
Text Example
Text Example
White with #9AFF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFF00; }
p { color: rgb(154,255,0); }
H1.HeaderClassName
{
color: #9AFF00;
}
.AnyTagClassName
{
color: #9AFF00;
}
</style>
background-color css
<style>
a { background-color: #9AFF00; }
a { background-color: rgb(154,255,0); }
div.DivClassName
{
background-color: #9AFF00;
}
.BgClassName
{
background-color: #9AFF00;
}
</style>
border-color css
<style>
span { border-color: #9AFF00; }
span { border-color: rgb(154,255,0); }
td.TdClassName
{
border-color: #9AFF00;
}
.TagClassName
{
border-color: #9AFF00;
}
</style>