Shades of Yellow Green #90C028
Tints of Yellow Green #90C028
RGB
CMYK
RGB Variations
Color information
#90C028 (or 0x90C028) is known color: Yellow Green. HEX triplet: 90, C0 and 28. RGB value is (144,192,40). Sum of RGB (Red+Green+Blue) = 144+192+40=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #90C028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C028 is #6F3FD7. Grayscale: #A0A0A0. Windows color (decimal): -7290840 or 2670736. OLE color: 2670736.
HSL color Cylindrical-coordinate representation of color #90C028: hue angle of 78.95º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90C028 is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 192 | 40 | - |
| CMYK | 0.25 | 0 | 0.79 | 0.25 |
| HSL | 78.95º | 0.66% | 0.45% | - |
| HSV(B) | 78.95º | 0.79% | 0.75% | - |
| XYZ | 30.73 | 43.78 | 8.84 | - |
| YUV | 160.32 | 60.1 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 40 | 0.25 | 0 | 0.79 | 0.25 | 78.95 | 0.66 | 0.45 |
| Hex | 90 | C0 | 28 | 19 | 0 | 4F | 19 | 4F | 42 | 2D |
| Octal | 220 | 300 | 50 | 31 | 0 | 117 | 31 | 117 | 102 | 55 |
| Binary | 10010000 | 11000000 | 101000 | 11001 | 0 | 1001111 | 11001 | 1001111 | 1000010 | 101101 |
Color Harmonies of #90C028
Complementary color
Monochromatic Colors of #90C028
Black with #90C028
Text Example
Text Example
White with #90C028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C028; }
p { color: rgb(144,192,40); }
H1.HeaderClassName
{
color: #90C028;
}
.AnyTagClassName
{
color: #90C028;
}
</style>
background-color css
<style>
a { background-color: #90C028; }
a { background-color: rgb(144,192,40); }
div.DivClassName
{
background-color: #90C028;
}
.BgClassName
{
background-color: #90C028;
}
</style>
border-color css
<style>
span { border-color: #90C028; }
span { border-color: rgb(144,192,40); }
td.TdClassName
{
border-color: #90C028;
}
.TagClassName
{
border-color: #90C028;
}
</style>