Shades of Citrus #90C602
Tints of Citrus #90C602
RGB
CMYK
RGB Variations
Color information
#90C602 (or 0x90C602) is known color: Citrus. HEX triplet: 90, C6 and 02. RGB value is (144,198,2). Sum of RGB (Red+Green+Blue) = 144+198+2=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 198 (77.73% from 255 or 57.56% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 198 - color contains mainly: green. Hex color #90C602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C602 is #6F39FD. Grayscale: #A0A0A0. Windows color (decimal): -7289342 or 181904. OLE color: 181904.
HSL color Cylindrical-coordinate representation of color #90C602: hue angle of 76.53º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90C602 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 198 | 2 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.22 |
| HSL | 76.53º | 0.98% | 0.39% | - |
| HSV(B) | 76.53º | 0.99% | 0.78% | - |
| XYZ | 31.71 | 46.32 | 7.33 | - |
| YUV | 159.51 | 39.11 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 198 | 2 | 0.27 | 0 | 0.99 | 0.22 | 76.53 | 0.98 | 0.39 |
| Hex | 90 | C6 | 2 | 1B | 0 | 63 | 16 | 4D | 62 | 27 |
| Octal | 220 | 306 | 2 | 33 | 0 | 143 | 26 | 115 | 142 | 47 |
| Binary | 10010000 | 11000110 | 10 | 11011 | 0 | 1100011 | 10110 | 1001101 | 1100010 | 100111 |
Color Harmonies of #90C602
Complementary color
Monochromatic Colors of #90C602
Black with #90C602
Text Example
Text Example
White with #90C602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C602; }
p { color: rgb(144,198,2); }
H1.HeaderClassName
{
color: #90C602;
}
.AnyTagClassName
{
color: #90C602;
}
</style>
background-color css
<style>
a { background-color: #90C602; }
a { background-color: rgb(144,198,2); }
div.DivClassName
{
background-color: #90C602;
}
.BgClassName
{
background-color: #90C602;
}
</style>
border-color css
<style>
span { border-color: #90C602; }
span { border-color: rgb(144,198,2); }
td.TdClassName
{
border-color: #90C602;
}
.TagClassName
{
border-color: #90C602;
}
</style>