Shades of Citrus #90C600
Tints of Citrus #90C600
RGB
CMYK
RGB Variations
Color information
#90C600 (or 0x90C600) is known color: Citrus. HEX triplet: 90, C6 and 00. RGB value is (144,198,0). Sum of RGB (Red+Green+Blue) = 144+198+0=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 198 (77.73% from 255 or 57.89% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 198 - color contains mainly: green. Hex color #90C600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C600 is #6F39FF. Grayscale: #A0A0A0. Windows color (decimal): -7289344 or 50832. OLE color: 50832.
HSL color Cylindrical-coordinate representation of color #90C600: hue angle of 76.36º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90C600 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 198 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.22 |
| HSL | 76.36º | 1% | 0.39% | - |
| HSV(B) | 76.36º | 1% | 0.78% | - |
| XYZ | 31.7 | 46.32 | 7.27 | - |
| YUV | 159.28 | 38.11 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 198 | 0 | 0.27 | 0 | 1 | 0.22 | 76.36 | 1 | 0.39 |
| Hex | 90 | C6 | 0 | 1B | 0 | 64 | 16 | 4C | 64 | 27 |
| Octal | 220 | 306 | 0 | 33 | 0 | 144 | 26 | 114 | 144 | 47 |
| Binary | 10010000 | 11000110 | 0 | 11011 | 0 | 1100100 | 10110 | 1001100 | 1100100 | 100111 |
Color Harmonies of #90C600
Complementary color
Monochromatic Colors of #90C600
Black with #90C600
Text Example
Text Example
White with #90C600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C600; }
p { color: rgb(144,198,0); }
H1.HeaderClassName
{
color: #90C600;
}
.AnyTagClassName
{
color: #90C600;
}
</style>
background-color css
<style>
a { background-color: #90C600; }
a { background-color: rgb(144,198,0); }
div.DivClassName
{
background-color: #90C600;
}
.BgClassName
{
background-color: #90C600;
}
</style>
border-color css
<style>
span { border-color: #90C600; }
span { border-color: rgb(144,198,0); }
td.TdClassName
{
border-color: #90C600;
}
.TagClassName
{
border-color: #90C600;
}
</style>