Shades of Yellow Green #90C238
Tints of Yellow Green #90C238
RGB
CMYK
RGB Variations
Color information
#90C238 (or 0x90C238) is known color: Yellow Green. HEX triplet: 90, C2 and 38. RGB value is (144,194,56). Sum of RGB (Red+Green+Blue) = 144+194+56=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 56 (22.27% from 255 or 14.21% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #90C238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C238 is #6F3DC7. Grayscale: #A3A3A3. Windows color (decimal): -7290312 or 3719824. OLE color: 3719824.
HSL color Cylindrical-coordinate representation of color #90C238: hue angle of 81.74º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #90C238 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 194 | 56 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.24 |
| HSL | 81.74º | 0.55% | 0.49% | - |
| HSV(B) | 81.74º | 0.71% | 0.76% | - |
| XYZ | 31.51 | 44.8 | 10.73 | - |
| YUV | 163.32 | 67.44 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 194 | 56 | 0.26 | 0 | 0.71 | 0.24 | 81.74 | 0.55 | 0.49 |
| Hex | 90 | C2 | 38 | 1A | 0 | 47 | 18 | 52 | 37 | 31 |
| Octal | 220 | 302 | 70 | 32 | 0 | 107 | 30 | 122 | 67 | 61 |
| Binary | 10010000 | 11000010 | 111000 | 11010 | 0 | 1000111 | 11000 | 1010010 | 110111 | 110001 |
Color Harmonies of #90C238
Complementary color
Monochromatic Colors of #90C238
Black with #90C238
Text Example
Text Example
White with #90C238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C238; }
p { color: rgb(144,194,56); }
H1.HeaderClassName
{
color: #90C238;
}
.AnyTagClassName
{
color: #90C238;
}
</style>
background-color css
<style>
a { background-color: #90C238; }
a { background-color: rgb(144,194,56); }
div.DivClassName
{
background-color: #90C238;
}
.BgClassName
{
background-color: #90C238;
}
</style>
border-color css
<style>
span { border-color: #90C238; }
span { border-color: rgb(144,194,56); }
td.TdClassName
{
border-color: #90C238;
}
.TagClassName
{
border-color: #90C238;
}
</style>