Shades of Citrus #94AB16
Tints of Citrus #94AB16
RGB
CMYK
RGB Variations
Color information
#94AB16 (or 0x94AB16) is known color: Citrus. HEX triplet: 94, AB and 16. RGB value is (148,171,22). Sum of RGB (Red+Green+Blue) = 148+171+22=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AB16 is #6B54E9. Grayscale: #939393. Windows color (decimal): -7034090 or 1485716. OLE color: 1485716.
HSL color Cylindrical-coordinate representation of color #94AB16: hue angle of 69.26º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94AB16 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 171 | 22 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.33 |
| HSL | 69.26º | 0.77% | 0.38% | - |
| HSV(B) | 69.26º | 0.87% | 0.67% | - |
| XYZ | 26.92 | 35.48 | 6.19 | - |
| YUV | 147.14 | 57.38 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 171 | 22 | 0.13 | 0 | 0.87 | 0.33 | 69.26 | 0.77 | 0.38 |
| Hex | 94 | AB | 16 | D | 0 | 57 | 21 | 45 | 4D | 26 |
| Octal | 224 | 253 | 26 | 15 | 0 | 127 | 41 | 105 | 115 | 46 |
| Binary | 10010100 | 10101011 | 10110 | 1101 | 0 | 1010111 | 100001 | 1000101 | 1001101 | 100110 |
Color Harmonies of #94AB16
Complementary color
Monochromatic Colors of #94AB16
Black with #94AB16
Text Example
Text Example
White with #94AB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AB16; }
p { color: rgb(148,171,22); }
H1.HeaderClassName
{
color: #94AB16;
}
.AnyTagClassName
{
color: #94AB16;
}
</style>
background-color css
<style>
a { background-color: #94AB16; }
a { background-color: rgb(148,171,22); }
div.DivClassName
{
background-color: #94AB16;
}
.BgClassName
{
background-color: #94AB16;
}
</style>
border-color css
<style>
span { border-color: #94AB16; }
span { border-color: rgb(148,171,22); }
td.TdClassName
{
border-color: #94AB16;
}
.TagClassName
{
border-color: #94AB16;
}
</style>