Shades of Citrus #90C103
Tints of Citrus #90C103
RGB
CMYK
RGB Variations
Color information
#90C103 (or 0x90C103) is known color: Citrus. HEX triplet: 90, C1 and 03. RGB value is (144,193,3). Sum of RGB (Red+Green+Blue) = 144+193+3=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 193 (75.78% from 255 or 56.76% from 340); Blue value is 3 (1.56% from 255 or 0.88% from 340); Max value from RGB is 193 - color contains mainly: green. Hex color #90C103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C103 is #6F3EFC. Grayscale: #9D9D9D. Windows color (decimal): -7290621 or 246160. OLE color: 246160.
HSL color Cylindrical-coordinate representation of color #90C103: hue angle of 75.47º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90C103 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 3 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.24 |
| HSL | 75.47º | 0.97% | 0.38% | - |
| HSV(B) | 75.47º | 0.98% | 0.76% | - |
| XYZ | 30.59 | 44.08 | 6.98 | - |
| YUV | 156.69 | 41.27 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 3 | 0.25 | 0 | 0.98 | 0.24 | 75.47 | 0.97 | 0.38 |
| Hex | 90 | C1 | 3 | 19 | 0 | 62 | 18 | 4B | 61 | 26 |
| Octal | 220 | 301 | 3 | 31 | 0 | 142 | 30 | 113 | 141 | 46 |
| Binary | 10010000 | 11000001 | 11 | 11001 | 0 | 1100010 | 11000 | 1001011 | 1100001 | 100110 |
Color Harmonies of #90C103
Complementary color
Monochromatic Colors of #90C103
Black with #90C103
Text Example
Text Example
White with #90C103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C103; }
p { color: rgb(144,193,3); }
H1.HeaderClassName
{
color: #90C103;
}
.AnyTagClassName
{
color: #90C103;
}
</style>
background-color css
<style>
a { background-color: #90C103; }
a { background-color: rgb(144,193,3); }
div.DivClassName
{
background-color: #90C103;
}
.BgClassName
{
background-color: #90C103;
}
</style>
border-color css
<style>
span { border-color: #90C103; }
span { border-color: rgb(144,193,3); }
td.TdClassName
{
border-color: #90C103;
}
.TagClassName
{
border-color: #90C103;
}
</style>