Shades of Citrus #90CC12
Tints of Citrus #90CC12
RGB
CMYK
RGB Variations
Color information
#90CC12 (or 0x90CC12) is known color: Citrus. HEX triplet: 90, CC and 12. RGB value is (144,204,18). Sum of RGB (Red+Green+Blue) = 144+204+18=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 204 (80.08% from 255 or 55.74% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 204 - color contains mainly: green. Hex color #90CC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90CC12 is #6F33ED. Grayscale: #A5A5A5. Windows color (decimal): -7287790 or 1232016. OLE color: 1232016.
HSL color Cylindrical-coordinate representation of color #90CC12: hue angle of 79.35º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90CC12 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 204 | 18 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.2 |
| HSL | 79.35º | 0.84% | 0.44% | - |
| HSV(B) | 79.35º | 0.91% | 0.8% | - |
| XYZ | 33.2 | 49.16 | 8.31 | - |
| YUV | 164.86 | 45.12 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 204 | 18 | 0.29 | 0 | 0.91 | 0.2 | 79.35 | 0.84 | 0.44 |
| Hex | 90 | CC | 12 | 1D | 0 | 5B | 14 | 4F | 54 | 2C |
| Octal | 220 | 314 | 22 | 35 | 0 | 133 | 24 | 117 | 124 | 54 |
| Binary | 10010000 | 11001100 | 10010 | 11101 | 0 | 1011011 | 10100 | 1001111 | 1010100 | 101100 |
Color Harmonies of #90CC12
Complementary color
Monochromatic Colors of #90CC12
Black with #90CC12
Text Example
Text Example
White with #90CC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CC12; }
p { color: rgb(144,204,18); }
H1.HeaderClassName
{
color: #90CC12;
}
.AnyTagClassName
{
color: #90CC12;
}
</style>
background-color css
<style>
a { background-color: #90CC12; }
a { background-color: rgb(144,204,18); }
div.DivClassName
{
background-color: #90CC12;
}
.BgClassName
{
background-color: #90CC12;
}
</style>
border-color css
<style>
span { border-color: #90CC12; }
span { border-color: rgb(144,204,18); }
td.TdClassName
{
border-color: #90CC12;
}
.TagClassName
{
border-color: #90CC12;
}
</style>