Shades of Spring Bud #9AE805
Tints of Spring Bud #9AE805
RGB
CMYK
RGB Variations
Color information
#9AE805 (or 0x9AE805) is known color: Spring Bud. HEX triplet: 9A, E8 and 05. RGB value is (154,232,5). Sum of RGB (Red+Green+Blue) = 154+232+5=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 232 (91.02% from 255 or 59.34% from 391); Blue value is 5 (2.34% from 255 or 1.28% from 391); Max value from RGB is 232 - color contains mainly: green. Hex color #9AE805 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AE805 is #6517FA. Grayscale: #B7B7B7. Windows color (decimal): -6625275 or 387226. OLE color: 387226.
HSL color Cylindrical-coordinate representation of color #9AE805: hue angle of 80.62º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9AE805 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 232 | 5 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.09 |
| HSL | 80.62º | 0.96% | 0.46% | - |
| HSV(B) | 80.62º | 0.98% | 0.91% | - |
| XYZ | 42.21 | 64.59 | 10.39 | - |
| YUV | 182.8 | 27.66 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 232 | 5 | 0.34 | 0 | 0.98 | 0.09 | 80.62 | 0.96 | 0.46 |
| Hex | 9A | E8 | 5 | 22 | 0 | 62 | 9 | 51 | 60 | 2E |
| Octal | 232 | 350 | 5 | 42 | 0 | 142 | 11 | 121 | 140 | 56 |
| Binary | 10011010 | 11101000 | 101 | 100010 | 0 | 1100010 | 1001 | 1010001 | 1100000 | 101110 |
Color Harmonies of #9AE805
Complementary color
Monochromatic Colors of #9AE805
Black with #9AE805
Text Example
Text Example
White with #9AE805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE805; }
p { color: rgb(154,232,5); }
H1.HeaderClassName
{
color: #9AE805;
}
.AnyTagClassName
{
color: #9AE805;
}
</style>
background-color css
<style>
a { background-color: #9AE805; }
a { background-color: rgb(154,232,5); }
div.DivClassName
{
background-color: #9AE805;
}
.BgClassName
{
background-color: #9AE805;
}
</style>
border-color css
<style>
span { border-color: #9AE805; }
span { border-color: rgb(154,232,5); }
td.TdClassName
{
border-color: #9AE805;
}
.TagClassName
{
border-color: #9AE805;
}
</style>