Shades of Citron #94A10C
Tints of Citron #94A10C
RGB
CMYK
RGB Variations
Color information
#94A10C (or 0x94A10C) is known color: Citron. HEX triplet: 94, A1 and 0C. RGB value is (148,161,12). Sum of RGB (Red+Green+Blue) = 148+161+12=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #94A10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A10C is #6B5EF3. Grayscale: #8C8C8C. Windows color (decimal): -7036660 or 827796. OLE color: 827796.
HSL color Cylindrical-coordinate representation of color #94A10C: hue angle of 65.23º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94A10C is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 161 | 12 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.37 |
| HSL | 65.23º | 0.86% | 0.34% | - |
| HSV(B) | 65.23º | 0.93% | 0.63% | - |
| XYZ | 25.02 | 31.81 | 5.17 | - |
| YUV | 140.13 | 55.69 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 12 | 0.08 | 0 | 0.93 | 0.37 | 65.23 | 0.86 | 0.34 |
| Hex | 94 | A1 | C | 8 | 0 | 5D | 25 | 41 | 56 | 22 |
| Octal | 224 | 241 | 14 | 10 | 0 | 135 | 45 | 101 | 126 | 42 |
| Binary | 10010100 | 10100001 | 1100 | 1000 | 0 | 1011101 | 100101 | 1000001 | 1010110 | 100010 |
Color Harmonies of #94A10C
Complementary color
Monochromatic Colors of #94A10C
Black with #94A10C
Text Example
Text Example
White with #94A10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A10C; }
p { color: rgb(148,161,12); }
H1.HeaderClassName
{
color: #94A10C;
}
.AnyTagClassName
{
color: #94A10C;
}
</style>
background-color css
<style>
a { background-color: #94A10C; }
a { background-color: rgb(148,161,12); }
div.DivClassName
{
background-color: #94A10C;
}
.BgClassName
{
background-color: #94A10C;
}
</style>
border-color css
<style>
span { border-color: #94A10C; }
span { border-color: rgb(148,161,12); }
td.TdClassName
{
border-color: #94A10C;
}
.TagClassName
{
border-color: #94A10C;
}
</style>