Shades of Citrus #90C311
Tints of Citrus #90C311
RGB
CMYK
RGB Variations
Color information
#90C311 (or 0x90C311) is known color: Citrus. HEX triplet: 90, C3 and 11. RGB value is (144,195,17). Sum of RGB (Red+Green+Blue) = 144+195+17=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #90C311 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C311 is #6F3CEE. Grayscale: #A0A0A0. Windows color (decimal): -7290095 or 1164176. OLE color: 1164176.
HSL color Cylindrical-coordinate representation of color #90C311: hue angle of 77.19º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90C311 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 195 | 17 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.24 |
| HSL | 77.19º | 0.84% | 0.42% | - |
| HSV(B) | 77.19º | 0.91% | 0.76% | - |
| XYZ | 31.12 | 45 | 7.58 | - |
| YUV | 159.46 | 47.6 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 195 | 17 | 0.26 | 0 | 0.91 | 0.24 | 77.19 | 0.84 | 0.42 |
| Hex | 90 | C3 | 11 | 1A | 0 | 5B | 18 | 4D | 54 | 2A |
| Octal | 220 | 303 | 21 | 32 | 0 | 133 | 30 | 115 | 124 | 52 |
| Binary | 10010000 | 11000011 | 10001 | 11010 | 0 | 1011011 | 11000 | 1001101 | 1010100 | 101010 |
Color Harmonies of #90C311
Complementary color
Monochromatic Colors of #90C311
Black with #90C311
Text Example
Text Example
White with #90C311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C311; }
p { color: rgb(144,195,17); }
H1.HeaderClassName
{
color: #90C311;
}
.AnyTagClassName
{
color: #90C311;
}
</style>
background-color css
<style>
a { background-color: #90C311; }
a { background-color: rgb(144,195,17); }
div.DivClassName
{
background-color: #90C311;
}
.BgClassName
{
background-color: #90C311;
}
</style>
border-color css
<style>
span { border-color: #90C311; }
span { border-color: rgb(144,195,17); }
td.TdClassName
{
border-color: #90C311;
}
.TagClassName
{
border-color: #90C311;
}
</style>