Shades of Yellow Green #90C328
Tints of Yellow Green #90C328
RGB
CMYK
RGB Variations
Color information
#90C328 (or 0x90C328) is known color: Yellow Green. HEX triplet: 90, C3 and 28. RGB value is (144,195,40). Sum of RGB (Red+Green+Blue) = 144+195+40=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 195 (76.56% from 255 or 51.45% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 195 - color contains mainly: green. Hex color #90C328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C328 is #6F3CD7. Grayscale: #A2A2A2. Windows color (decimal): -7290072 or 2671504. OLE color: 2671504.
HSL color Cylindrical-coordinate representation of color #90C328: hue angle of 79.74º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90C328 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 195 | 40 | - |
| CMYK | 0.26 | 0 | 0.79 | 0.24 |
| HSL | 79.74º | 0.66% | 0.46% | - |
| HSV(B) | 79.74º | 0.79% | 0.76% | - |
| XYZ | 31.4 | 45.11 | 9.06 | - |
| YUV | 162.08 | 59.1 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 195 | 40 | 0.26 | 0 | 0.79 | 0.24 | 79.74 | 0.66 | 0.46 |
| Hex | 90 | C3 | 28 | 1A | 0 | 4F | 18 | 50 | 42 | 2E |
| Octal | 220 | 303 | 50 | 32 | 0 | 117 | 30 | 120 | 102 | 56 |
| Binary | 10010000 | 11000011 | 101000 | 11010 | 0 | 1001111 | 11000 | 1010000 | 1000010 | 101110 |
Color Harmonies of #90C328
Complementary color
Monochromatic Colors of #90C328
Black with #90C328
Text Example
Text Example
White with #90C328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C328; }
p { color: rgb(144,195,40); }
H1.HeaderClassName
{
color: #90C328;
}
.AnyTagClassName
{
color: #90C328;
}
</style>
background-color css
<style>
a { background-color: #90C328; }
a { background-color: rgb(144,195,40); }
div.DivClassName
{
background-color: #90C328;
}
.BgClassName
{
background-color: #90C328;
}
</style>
border-color css
<style>
span { border-color: #90C328; }
span { border-color: rgb(144,195,40); }
td.TdClassName
{
border-color: #90C328;
}
.TagClassName
{
border-color: #90C328;
}
</style>