Shades of Citrus #90C612
Tints of Citrus #90C612
RGB
CMYK
RGB Variations
Color information
#90C612 (or 0x90C612) is known color: Citrus. HEX triplet: 90, C6 and 12. RGB value is (144,198,18). Sum of RGB (Red+Green+Blue) = 144+198+18=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 198 (77.73% from 255 or 55% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 198 - color contains mainly: green. Hex color #90C612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C612 is #6F39ED. Grayscale: #A1A1A1. Windows color (decimal): -7289326 or 1230480. OLE color: 1230480.
HSL color Cylindrical-coordinate representation of color #90C612: hue angle of 78º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90C612 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 198 | 18 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.22 |
| HSL | 78º | 0.83% | 0.42% | - |
| HSV(B) | 78º | 0.91% | 0.78% | - |
| XYZ | 31.8 | 46.36 | 7.84 | - |
| YUV | 161.33 | 47.11 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 198 | 18 | 0.27 | 0 | 0.91 | 0.22 | 78 | 0.83 | 0.42 |
| Hex | 90 | C6 | 12 | 1B | 0 | 5B | 16 | 4E | 53 | 2A |
| Octal | 220 | 306 | 22 | 33 | 0 | 133 | 26 | 116 | 123 | 52 |
| Binary | 10010000 | 11000110 | 10010 | 11011 | 0 | 1011011 | 10110 | 1001110 | 1010011 | 101010 |
Color Harmonies of #90C612
Complementary color
Monochromatic Colors of #90C612
Black with #90C612
Text Example
Text Example
White with #90C612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C612; }
p { color: rgb(144,198,18); }
H1.HeaderClassName
{
color: #90C612;
}
.AnyTagClassName
{
color: #90C612;
}
</style>
background-color css
<style>
a { background-color: #90C612; }
a { background-color: rgb(144,198,18); }
div.DivClassName
{
background-color: #90C612;
}
.BgClassName
{
background-color: #90C612;
}
</style>
border-color css
<style>
span { border-color: #90C612; }
span { border-color: rgb(144,198,18); }
td.TdClassName
{
border-color: #90C612;
}
.TagClassName
{
border-color: #90C612;
}
</style>