Shades of Yellow Green #9DC130
Tints of Yellow Green #9DC130
RGB
CMYK
RGB Variations
Color information
#9DC130 (or 0x9DC130) is known color: Yellow Green. HEX triplet: 9D, C1 and 30. RGB value is (157,193,48). Sum of RGB (Red+Green+Blue) = 157+193+48=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC130 is #623ECF. Grayscale: #A6A6A6. Windows color (decimal): -6438608 or 3195293. OLE color: 3195293.
HSL color Cylindrical-coordinate representation of color #9DC130: hue angle of 74.9º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9DC130 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 48 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.24 |
| HSL | 74.9º | 0.6% | 0.47% | - |
| HSV(B) | 74.9º | 0.75% | 0.76% | - |
| XYZ | 33.51 | 45.52 | 9.82 | - |
| YUV | 165.71 | 61.57 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 48 | 0.19 | 0 | 0.75 | 0.24 | 74.9 | 0.6 | 0.47 |
| Hex | 9D | C1 | 30 | 13 | 0 | 4B | 18 | 4B | 3C | 2F |
| Octal | 235 | 301 | 60 | 23 | 0 | 113 | 30 | 113 | 74 | 57 |
| Binary | 10011101 | 11000001 | 110000 | 10011 | 0 | 1001011 | 11000 | 1001011 | 111100 | 101111 |
Color Harmonies of #9DC130
Complementary color
Monochromatic Colors of #9DC130
Black with #9DC130
Text Example
Text Example
White with #9DC130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC130; }
p { color: rgb(157,193,48); }
H1.HeaderClassName
{
color: #9DC130;
}
.AnyTagClassName
{
color: #9DC130;
}
</style>
background-color css
<style>
a { background-color: #9DC130; }
a { background-color: rgb(157,193,48); }
div.DivClassName
{
background-color: #9DC130;
}
.BgClassName
{
background-color: #9DC130;
}
</style>
border-color css
<style>
span { border-color: #9DC130; }
span { border-color: rgb(157,193,48); }
td.TdClassName
{
border-color: #9DC130;
}
.TagClassName
{
border-color: #9DC130;
}
</style>