Shades of Citrus #94C018
Tints of Citrus #94C018
RGB
CMYK
RGB Variations
Color information
#94C018 (or 0x94C018) is known color: Citrus. HEX triplet: 94, C0 and 18. RGB value is (148,192,24). Sum of RGB (Red+Green+Blue) = 148+192+24=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #94C018 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C018 is #6B3FE7. Grayscale: #A0A0A0. Windows color (decimal): -7028712 or 1622164. OLE color: 1622164.
HSL color Cylindrical-coordinate representation of color #94C018: hue angle of 75.71º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #94C018 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 192 | 24 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.25 |
| HSL | 75.71º | 0.78% | 0.42% | - |
| HSV(B) | 75.71º | 0.88% | 0.75% | - |
| XYZ | 31.23 | 44.06 | 7.72 | - |
| YUV | 159.69 | 51.42 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 192 | 24 | 0.23 | 0 | 0.88 | 0.25 | 75.71 | 0.78 | 0.42 |
| Hex | 94 | C0 | 18 | 17 | 0 | 58 | 19 | 4C | 4E | 2A |
| Octal | 224 | 300 | 30 | 27 | 0 | 130 | 31 | 114 | 116 | 52 |
| Binary | 10010100 | 11000000 | 11000 | 10111 | 0 | 1011000 | 11001 | 1001100 | 1001110 | 101010 |
Color Harmonies of #94C018
Complementary color
Monochromatic Colors of #94C018
Black with #94C018
Text Example
Text Example
White with #94C018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C018; }
p { color: rgb(148,192,24); }
H1.HeaderClassName
{
color: #94C018;
}
.AnyTagClassName
{
color: #94C018;
}
</style>
background-color css
<style>
a { background-color: #94C018; }
a { background-color: rgb(148,192,24); }
div.DivClassName
{
background-color: #94C018;
}
.BgClassName
{
background-color: #94C018;
}
</style>
border-color css
<style>
span { border-color: #94C018; }
span { border-color: rgb(148,192,24); }
td.TdClassName
{
border-color: #94C018;
}
.TagClassName
{
border-color: #94C018;
}
</style>