Shades of Chartreuse #90EB16
Tints of Chartreuse #90EB16
RGB
CMYK
RGB Variations
Color information
#90EB16 (or 0x90EB16) is known color: Chartreuse. HEX triplet: 90, EB and 16. RGB value is (144,235,22). Sum of RGB (Red+Green+Blue) = 144+235+22=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 235 (92.19% from 255 or 58.60% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 235 - color contains mainly: green. Hex color #90EB16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #90EB16 is #6F14E9. Grayscale: #B8B8B8. Windows color (decimal): -7279850 or 1502096. OLE color: 1502096.
HSL color Cylindrical-coordinate representation of color #90EB16: hue angle of 85.63º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90EB16 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 235 | 22 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.08 |
| HSL | 85.63º | 0.84% | 0.5% | - |
| HSV(B) | 85.63º | 0.91% | 0.92% | - |
| XYZ | 41.35 | 65.4 | 11.2 | - |
| YUV | 183.51 | 36.85 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 235 | 22 | 0.39 | 0 | 0.91 | 0.08 | 85.63 | 0.84 | 0.5 |
| Hex | 90 | EB | 16 | 27 | 0 | 5B | 8 | 56 | 54 | 32 |
| Octal | 220 | 353 | 26 | 47 | 0 | 133 | 10 | 126 | 124 | 62 |
| Binary | 10010000 | 11101011 | 10110 | 100111 | 0 | 1011011 | 1000 | 1010110 | 1010100 | 110010 |
Color Harmonies of #90EB16
Complementary color
Monochromatic Colors of #90EB16
Black with #90EB16
Text Example
Text Example
White with #90EB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EB16; }
p { color: rgb(144,235,22); }
H1.HeaderClassName
{
color: #90EB16;
}
.AnyTagClassName
{
color: #90EB16;
}
</style>
background-color css
<style>
a { background-color: #90EB16; }
a { background-color: rgb(144,235,22); }
div.DivClassName
{
background-color: #90EB16;
}
.BgClassName
{
background-color: #90EB16;
}
</style>
border-color css
<style>
span { border-color: #90EB16; }
span { border-color: rgb(144,235,22); }
td.TdClassName
{
border-color: #90EB16;
}
.TagClassName
{
border-color: #90EB16;
}
</style>