Shades of Citron #94A814
Tints of Citron #94A814
RGB
CMYK
RGB Variations
Color information
#94A814 (or 0x94A814) is known color: Citron. HEX triplet: 94, A8 and 14. RGB value is (148,168,20). Sum of RGB (Red+Green+Blue) = 148+168+20=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 168 (66.02% from 255 or 50% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 168 - color contains mainly: green. Hex color #94A814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A814 is #6B57EB. Grayscale: #919191. Windows color (decimal): -7034860 or 1353876. OLE color: 1353876.
HSL color Cylindrical-coordinate representation of color #94A814: hue angle of 68.11º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #94A814 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 168 | 20 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.34 |
| HSL | 68.11º | 0.79% | 0.37% | - |
| HSV(B) | 68.11º | 0.88% | 0.66% | - |
| XYZ | 26.34 | 34.35 | 5.9 | - |
| YUV | 145.15 | 57.37 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 168 | 20 | 0.12 | 0 | 0.88 | 0.34 | 68.11 | 0.79 | 0.37 |
| Hex | 94 | A8 | 14 | C | 0 | 58 | 22 | 44 | 4F | 25 |
| Octal | 224 | 250 | 24 | 14 | 0 | 130 | 42 | 104 | 117 | 45 |
| Binary | 10010100 | 10101000 | 10100 | 1100 | 0 | 1011000 | 100010 | 1000100 | 1001111 | 100101 |
Color Harmonies of #94A814
Complementary color
Monochromatic Colors of #94A814
Black with #94A814
Text Example
Text Example
White with #94A814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A814; }
p { color: rgb(148,168,20); }
H1.HeaderClassName
{
color: #94A814;
}
.AnyTagClassName
{
color: #94A814;
}
</style>
background-color css
<style>
a { background-color: #94A814; }
a { background-color: rgb(148,168,20); }
div.DivClassName
{
background-color: #94A814;
}
.BgClassName
{
background-color: #94A814;
}
</style>
border-color css
<style>
span { border-color: #94A814; }
span { border-color: rgb(148,168,20); }
td.TdClassName
{
border-color: #94A814;
}
.TagClassName
{
border-color: #94A814;
}
</style>