Shades of Yellow Green #90C122
Tints of Yellow Green #90C122
RGB
CMYK
RGB Variations
Color information
#90C122 (or 0x90C122) is known color: Yellow Green. HEX triplet: 90, C1 and 22. RGB value is (144,193,34). Sum of RGB (Red+Green+Blue) = 144+193+34=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #90C122 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C122 is #6F3EDD. Grayscale: #A0A0A0. Windows color (decimal): -7290590 or 2277776. OLE color: 2277776.
HSL color Cylindrical-coordinate representation of color #90C122: hue angle of 78.49º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #90C122 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 34 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.24 |
| HSL | 78.49º | 0.7% | 0.45% | - |
| HSV(B) | 78.49º | 0.82% | 0.76% | - |
| XYZ | 30.86 | 44.18 | 8.42 | - |
| YUV | 160.22 | 56.77 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 34 | 0.25 | 0 | 0.82 | 0.24 | 78.49 | 0.7 | 0.45 |
| Hex | 90 | C1 | 22 | 19 | 0 | 52 | 18 | 4E | 46 | 2D |
| Octal | 220 | 301 | 42 | 31 | 0 | 122 | 30 | 116 | 106 | 55 |
| Binary | 10010000 | 11000001 | 100010 | 11001 | 0 | 1010010 | 11000 | 1001110 | 1000110 | 101101 |
Color Harmonies of #90C122
Complementary color
Monochromatic Colors of #90C122
Black with #90C122
Text Example
Text Example
White with #90C122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C122; }
p { color: rgb(144,193,34); }
H1.HeaderClassName
{
color: #90C122;
}
.AnyTagClassName
{
color: #90C122;
}
</style>
background-color css
<style>
a { background-color: #90C122; }
a { background-color: rgb(144,193,34); }
div.DivClassName
{
background-color: #90C122;
}
.BgClassName
{
background-color: #90C122;
}
</style>
border-color css
<style>
span { border-color: #90C122; }
span { border-color: rgb(144,193,34); }
td.TdClassName
{
border-color: #90C122;
}
.TagClassName
{
border-color: #90C122;
}
</style>