Shades of Citrus #90C313
Tints of Citrus #90C313
RGB
CMYK
RGB Variations
Color information
#90C313 (or 0x90C313) is known color: Citrus. HEX triplet: 90, C3 and 13. RGB value is (144,195,19). Sum of RGB (Red+Green+Blue) = 144+195+19=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 195 (76.56% from 255 or 54.47% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 195 - color contains mainly: green. Hex color #90C313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C313 is #6F3CEC. Grayscale: #A0A0A0. Windows color (decimal): -7290093 or 1295248. OLE color: 1295248.
HSL color Cylindrical-coordinate representation of color #90C313: hue angle of 77.39º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90C313 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 195 | 19 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.24 |
| HSL | 77.39º | 0.82% | 0.42% | - |
| HSV(B) | 77.39º | 0.9% | 0.76% | - |
| XYZ | 31.13 | 45.01 | 7.66 | - |
| YUV | 159.69 | 48.6 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 195 | 19 | 0.26 | 0 | 0.90 | 0.24 | 77.39 | 0.82 | 0.42 |
| Hex | 90 | C3 | 13 | 1A | 0 | 5A | 18 | 4D | 52 | 2A |
| Octal | 220 | 303 | 23 | 32 | 0 | 132 | 30 | 115 | 122 | 52 |
| Binary | 10010000 | 11000011 | 10011 | 11010 | 0 | 1011010 | 11000 | 1001101 | 1010010 | 101010 |
Color Harmonies of #90C313
Complementary color
Monochromatic Colors of #90C313
Black with #90C313
Text Example
Text Example
White with #90C313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C313; }
p { color: rgb(144,195,19); }
H1.HeaderClassName
{
color: #90C313;
}
.AnyTagClassName
{
color: #90C313;
}
</style>
background-color css
<style>
a { background-color: #90C313; }
a { background-color: rgb(144,195,19); }
div.DivClassName
{
background-color: #90C313;
}
.BgClassName
{
background-color: #90C313;
}
</style>
border-color css
<style>
span { border-color: #90C313; }
span { border-color: rgb(144,195,19); }
td.TdClassName
{
border-color: #90C313;
}
.TagClassName
{
border-color: #90C313;
}
</style>