Shades of Yellow Green #9EC525
Tints of Yellow Green #9EC525
RGB
CMYK
RGB Variations
Color information
#9EC525 (or 0x9EC525) is known color: Yellow Green. HEX triplet: 9E, C5 and 25. RGB value is (158,197,37). Sum of RGB (Red+Green+Blue) = 158+197+37=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC525 is #613ADA. Grayscale: #A7A7A7. Windows color (decimal): -6372059 or 2475422. OLE color: 2475422.
HSL color Cylindrical-coordinate representation of color #9EC525: hue angle of 74.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9EC525 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 197 | 37 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.23 |
| HSL | 74.63º | 0.68% | 0.46% | - |
| HSV(B) | 74.63º | 0.81% | 0.77% | - |
| XYZ | 34.4 | 47.34 | 9.07 | - |
| YUV | 167.1 | 54.58 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 197 | 37 | 0.20 | 0 | 0.81 | 0.23 | 74.63 | 0.68 | 0.46 |
| Hex | 9E | C5 | 25 | 14 | 0 | 51 | 17 | 4B | 44 | 2E |
| Octal | 236 | 305 | 45 | 24 | 0 | 121 | 27 | 113 | 104 | 56 |
| Binary | 10011110 | 11000101 | 100101 | 10100 | 0 | 1010001 | 10111 | 1001011 | 1000100 | 101110 |
Color Harmonies of #9EC525
Complementary color
Monochromatic Colors of #9EC525
Black with #9EC525
Text Example
Text Example
White with #9EC525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC525; }
p { color: rgb(158,197,37); }
H1.HeaderClassName
{
color: #9EC525;
}
.AnyTagClassName
{
color: #9EC525;
}
</style>
background-color css
<style>
a { background-color: #9EC525; }
a { background-color: rgb(158,197,37); }
div.DivClassName
{
background-color: #9EC525;
}
.BgClassName
{
background-color: #9EC525;
}
</style>
border-color css
<style>
span { border-color: #9EC525; }
span { border-color: rgb(158,197,37); }
td.TdClassName
{
border-color: #9EC525;
}
.TagClassName
{
border-color: #9EC525;
}
</style>