Shades of Spring Bud #95E90A
Tints of Spring Bud #95E90A
RGB
CMYK
RGB Variations
Color information
#95E90A (or 0x95E90A) is known color: Spring Bud. HEX triplet: 95, E9 and 0A. RGB value is (149,233,10). Sum of RGB (Red+Green+Blue) = 149+233+10=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 233 (91.41% from 255 or 59.44% from 392); Blue value is 10 (4.30% from 255 or 2.55% from 392); Max value from RGB is 233 - color contains mainly: green. Hex color #95E90A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95E90A is #6A16F5. Grayscale: #B7B7B7. Windows color (decimal): -6952694 or 715157. OLE color: 715157.
HSL color Cylindrical-coordinate representation of color #95E90A: hue angle of 82.6º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #95E90A is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 233 | 10 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.09 |
| HSL | 82.6º | 0.92% | 0.48% | - |
| HSV(B) | 82.6º | 0.96% | 0.91% | - |
| XYZ | 41.59 | 64.69 | 10.58 | - |
| YUV | 182.46 | 30.67 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 233 | 10 | 0.36 | 0 | 0.96 | 0.09 | 82.6 | 0.92 | 0.48 |
| Hex | 95 | E9 | A | 24 | 0 | 60 | 9 | 53 | 5C | 30 |
| Octal | 225 | 351 | 12 | 44 | 0 | 140 | 11 | 123 | 134 | 60 |
| Binary | 10010101 | 11101001 | 1010 | 100100 | 0 | 1100000 | 1001 | 1010011 | 1011100 | 110000 |
Color Harmonies of #95E90A
Complementary color
Monochromatic Colors of #95E90A
Black with #95E90A
Text Example
Text Example
White with #95E90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E90A; }
p { color: rgb(149,233,10); }
H1.HeaderClassName
{
color: #95E90A;
}
.AnyTagClassName
{
color: #95E90A;
}
</style>
background-color css
<style>
a { background-color: #95E90A; }
a { background-color: rgb(149,233,10); }
div.DivClassName
{
background-color: #95E90A;
}
.BgClassName
{
background-color: #95E90A;
}
</style>
border-color css
<style>
span { border-color: #95E90A; }
span { border-color: rgb(149,233,10); }
td.TdClassName
{
border-color: #95E90A;
}
.TagClassName
{
border-color: #95E90A;
}
</style>