Shades of Green Yellow #90F226
Tints of Green Yellow #90F226
RGB
CMYK
RGB Variations
Color information
#90F226 (or 0x90F226) is known color: Green Yellow. HEX triplet: 90, F2 and 26. RGB value is (144,242,38). Sum of RGB (Red+Green+Blue) = 144+242+38=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 242 (94.92% from 255 or 57.08% from 424); Blue value is 38 (15.23% from 255 or 8.96% from 424); Max value from RGB is 242 - color contains mainly: green. Hex color #90F226 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90F226 is #6F0DD9. Grayscale: #BEBEBE. Windows color (decimal): -7278042 or 2552464. OLE color: 2552464.
HSL color Cylindrical-coordinate representation of color #90F226: hue angle of 88.82º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #90F226 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 38 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.05 |
| HSL | 88.82º | 0.89% | 0.55% | - |
| HSV(B) | 88.82º | 0.84% | 0.95% | - |
| XYZ | 43.6 | 69.57 | 12.96 | - |
| YUV | 189.44 | 42.53 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 38 | 0.40 | 0 | 0.84 | 0.05 | 88.82 | 0.89 | 0.55 |
| Hex | 90 | F2 | 26 | 28 | 0 | 54 | 5 | 59 | 59 | 37 |
| Octal | 220 | 362 | 46 | 50 | 0 | 124 | 5 | 131 | 131 | 67 |
| Binary | 10010000 | 11110010 | 100110 | 101000 | 0 | 1010100 | 101 | 1011001 | 1011001 | 110111 |
Color Harmonies of #90F226
Complementary color
Monochromatic Colors of #90F226
Black with #90F226
Text Example
Text Example
White with #90F226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F226; }
p { color: rgb(144,242,38); }
H1.HeaderClassName
{
color: #90F226;
}
.AnyTagClassName
{
color: #90F226;
}
</style>
background-color css
<style>
a { background-color: #90F226; }
a { background-color: rgb(144,242,38); }
div.DivClassName
{
background-color: #90F226;
}
.BgClassName
{
background-color: #90F226;
}
</style>
border-color css
<style>
span { border-color: #90F226; }
span { border-color: rgb(144,242,38); }
td.TdClassName
{
border-color: #90F226;
}
.TagClassName
{
border-color: #90F226;
}
</style>