Shades of Citrus #90C10D
Tints of Citrus #90C10D
RGB
CMYK
RGB Variations
Color information
#90C10D (or 0x90C10D) is known color: Citrus. HEX triplet: 90, C1 and 0D. RGB value is (144,193,13). Sum of RGB (Red+Green+Blue) = 144+193+13=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #90C10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C10D is #6F3EF2. Grayscale: #9E9E9E. Windows color (decimal): -7290611 or 901520. OLE color: 901520.
HSL color Cylindrical-coordinate representation of color #90C10D: hue angle of 76.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90C10D is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 13 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.24 |
| HSL | 76.33º | 0.87% | 0.4% | - |
| HSV(B) | 76.33º | 0.93% | 0.76% | - |
| XYZ | 30.64 | 44.1 | 7.28 | - |
| YUV | 157.83 | 46.27 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 13 | 0.25 | 0 | 0.93 | 0.24 | 76.33 | 0.87 | 0.4 |
| Hex | 90 | C1 | D | 19 | 0 | 5D | 18 | 4C | 57 | 28 |
| Octal | 220 | 301 | 15 | 31 | 0 | 135 | 30 | 114 | 127 | 50 |
| Binary | 10010000 | 11000001 | 1101 | 11001 | 0 | 1011101 | 11000 | 1001100 | 1010111 | 101000 |
Color Harmonies of #90C10D
Complementary color
Monochromatic Colors of #90C10D
Black with #90C10D
Text Example
Text Example
White with #90C10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C10D; }
p { color: rgb(144,193,13); }
H1.HeaderClassName
{
color: #90C10D;
}
.AnyTagClassName
{
color: #90C10D;
}
</style>
background-color css
<style>
a { background-color: #90C10D; }
a { background-color: rgb(144,193,13); }
div.DivClassName
{
background-color: #90C10D;
}
.BgClassName
{
background-color: #90C10D;
}
</style>
border-color css
<style>
span { border-color: #90C10D; }
span { border-color: rgb(144,193,13); }
td.TdClassName
{
border-color: #90C10D;
}
.TagClassName
{
border-color: #90C10D;
}
</style>