Shades of Citron #94A01E
Tints of Citron #94A01E
RGB
CMYK
RGB Variations
Color information
#94A01E (or 0x94A01E) is known color: Citron. HEX triplet: 94, A0 and 1E. RGB value is (148,160,30). Sum of RGB (Red+Green+Blue) = 148+160+30=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #94A01E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A01E is #6B5FE1. Grayscale: #8E8E8E. Windows color (decimal): -7036898 or 2007188. OLE color: 2007188.
HSL color Cylindrical-coordinate representation of color #94A01E: hue angle of 65.54º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94A01E is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 160 | 30 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.37 |
| HSL | 65.54º | 0.68% | 0.37% | - |
| HSV(B) | 65.54º | 0.81% | 0.63% | - |
| XYZ | 25.02 | 31.53 | 6 | - |
| YUV | 141.59 | 65.02 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 160 | 30 | 0.07 | 0 | 0.81 | 0.37 | 65.54 | 0.68 | 0.37 |
| Hex | 94 | A0 | 1E | 7 | 0 | 51 | 25 | 42 | 44 | 25 |
| Octal | 224 | 240 | 36 | 7 | 0 | 121 | 45 | 102 | 104 | 45 |
| Binary | 10010100 | 10100000 | 11110 | 111 | 0 | 1010001 | 100101 | 1000010 | 1000100 | 100101 |
Color Harmonies of #94A01E
Complementary color
Monochromatic Colors of #94A01E
Black with #94A01E
Text Example
Text Example
White with #94A01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A01E; }
p { color: rgb(148,160,30); }
H1.HeaderClassName
{
color: #94A01E;
}
.AnyTagClassName
{
color: #94A01E;
}
</style>
background-color css
<style>
a { background-color: #94A01E; }
a { background-color: rgb(148,160,30); }
div.DivClassName
{
background-color: #94A01E;
}
.BgClassName
{
background-color: #94A01E;
}
</style>
border-color css
<style>
span { border-color: #94A01E; }
span { border-color: rgb(148,160,30); }
td.TdClassName
{
border-color: #94A01E;
}
.TagClassName
{
border-color: #94A01E;
}
</style>