Shades of Yellow Green #90C434
Tints of Yellow Green #90C434
RGB
CMYK
RGB Variations
Color information
#90C434 (or 0x90C434) is known color: Yellow Green. HEX triplet: 90, C4 and 34. RGB value is (144,196,52). Sum of RGB (Red+Green+Blue) = 144+196+52=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 196 (76.95% from 255 or 50% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 196 - color contains mainly: green. Hex color #90C434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C434 is #6F3BCB. Grayscale: #A4A4A4. Windows color (decimal): -7289804 or 3458192. OLE color: 3458192.
HSL color Cylindrical-coordinate representation of color #90C434: hue angle of 81.67º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #90C434 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 196 | 52 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.23 |
| HSL | 81.67º | 0.58% | 0.49% | - |
| HSV(B) | 81.67º | 0.73% | 0.77% | - |
| XYZ | 31.86 | 45.66 | 10.38 | - |
| YUV | 164.04 | 64.77 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 196 | 52 | 0.27 | 0 | 0.73 | 0.23 | 81.67 | 0.58 | 0.49 |
| Hex | 90 | C4 | 34 | 1B | 0 | 49 | 17 | 52 | 3A | 31 |
| Octal | 220 | 304 | 64 | 33 | 0 | 111 | 27 | 122 | 72 | 61 |
| Binary | 10010000 | 11000100 | 110100 | 11011 | 0 | 1001001 | 10111 | 1010010 | 111010 | 110001 |
Color Harmonies of #90C434
Complementary color
Monochromatic Colors of #90C434
Black with #90C434
Text Example
Text Example
White with #90C434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C434; }
p { color: rgb(144,196,52); }
H1.HeaderClassName
{
color: #90C434;
}
.AnyTagClassName
{
color: #90C434;
}
</style>
background-color css
<style>
a { background-color: #90C434; }
a { background-color: rgb(144,196,52); }
div.DivClassName
{
background-color: #90C434;
}
.BgClassName
{
background-color: #90C434;
}
</style>
border-color css
<style>
span { border-color: #90C434; }
span { border-color: rgb(144,196,52); }
td.TdClassName
{
border-color: #90C434;
}
.TagClassName
{
border-color: #90C434;
}
</style>