Shades of Citron #94A00D
Tints of Citron #94A00D
RGB
CMYK
RGB Variations
Color information
#94A00D (or 0x94A00D) is known color: Citron. HEX triplet: 94, A0 and 0D. RGB value is (148,160,13). Sum of RGB (Red+Green+Blue) = 148+160+13=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #94A00D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A00D is #6B5FF2. Grayscale: #8C8C8C. Windows color (decimal): -7036915 or 893076. OLE color: 893076.
HSL color Cylindrical-coordinate representation of color #94A00D: hue angle of 64.9º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94A00D is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 160 | 13 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.37 |
| HSL | 64.9º | 0.85% | 0.34% | - |
| HSV(B) | 64.9º | 0.92% | 0.63% | - |
| XYZ | 24.86 | 31.47 | 5.14 | - |
| YUV | 139.65 | 56.52 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 160 | 13 | 0.07 | 0 | 0.92 | 0.37 | 64.9 | 0.85 | 0.34 |
| Hex | 94 | A0 | D | 7 | 0 | 5C | 25 | 41 | 55 | 22 |
| Octal | 224 | 240 | 15 | 7 | 0 | 134 | 45 | 101 | 125 | 42 |
| Binary | 10010100 | 10100000 | 1101 | 111 | 0 | 1011100 | 100101 | 1000001 | 1010101 | 100010 |
Color Harmonies of #94A00D
Complementary color
Monochromatic Colors of #94A00D
Black with #94A00D
Text Example
Text Example
White with #94A00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A00D; }
p { color: rgb(148,160,13); }
H1.HeaderClassName
{
color: #94A00D;
}
.AnyTagClassName
{
color: #94A00D;
}
</style>
background-color css
<style>
a { background-color: #94A00D; }
a { background-color: rgb(148,160,13); }
div.DivClassName
{
background-color: #94A00D;
}
.BgClassName
{
background-color: #94A00D;
}
</style>
border-color css
<style>
span { border-color: #94A00D; }
span { border-color: rgb(148,160,13); }
td.TdClassName
{
border-color: #94A00D;
}
.TagClassName
{
border-color: #94A00D;
}
</style>