Shades of Spring Bud #92EC09
Tints of Spring Bud #92EC09
RGB
CMYK
RGB Variations
Color information
#92EC09 (or 0x92EC09) is known color: Spring Bud. HEX triplet: 92, EC and 09. RGB value is (146,236,9). Sum of RGB (Red+Green+Blue) = 146+236+9=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 236 (92.58% from 255 or 60.36% from 391); Blue value is 9 (3.91% from 255 or 2.30% from 391); Max value from RGB is 236 - color contains mainly: green. Hex color #92EC09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92EC09 is #6D13F6. Grayscale: #B8B8B8. Windows color (decimal): -7148535 or 650386. OLE color: 650386.
HSL color Cylindrical-coordinate representation of color #92EC09: hue angle of 83.79º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #92EC09 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 236 | 9 | - |
| CMYK | 0.38 | 0 | 0.96 | 0.07 |
| HSL | 83.79º | 0.93% | 0.48% | - |
| HSV(B) | 83.79º | 0.96% | 0.93% | - |
| XYZ | 41.9 | 66.12 | 10.81 | - |
| YUV | 183.21 | 29.68 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 236 | 9 | 0.38 | 0 | 0.96 | 0.07 | 83.79 | 0.93 | 0.48 |
| Hex | 92 | EC | 9 | 26 | 0 | 60 | 7 | 54 | 5D | 30 |
| Octal | 222 | 354 | 11 | 46 | 0 | 140 | 7 | 124 | 135 | 60 |
| Binary | 10010010 | 11101100 | 1001 | 100110 | 0 | 1100000 | 111 | 1010100 | 1011101 | 110000 |
Color Harmonies of #92EC09
Complementary color
Monochromatic Colors of #92EC09
Black with #92EC09
Text Example
Text Example
White with #92EC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EC09; }
p { color: rgb(146,236,9); }
H1.HeaderClassName
{
color: #92EC09;
}
.AnyTagClassName
{
color: #92EC09;
}
</style>
background-color css
<style>
a { background-color: #92EC09; }
a { background-color: rgb(146,236,9); }
div.DivClassName
{
background-color: #92EC09;
}
.BgClassName
{
background-color: #92EC09;
}
</style>
border-color css
<style>
span { border-color: #92EC09; }
span { border-color: rgb(146,236,9); }
td.TdClassName
{
border-color: #92EC09;
}
.TagClassName
{
border-color: #92EC09;
}
</style>