Shades of Citron #94A324
Tints of Citron #94A324
RGB
CMYK
RGB Variations
Color information
#94A324 (or 0x94A324) is known color: Citron. HEX triplet: 94, A3 and 24. RGB value is (148,163,36). Sum of RGB (Red+Green+Blue) = 148+163+36=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 163 - color contains mainly: green. Hex color #94A324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A324 is #6B5CDB. Grayscale: #909090. Windows color (decimal): -7036124 or 2401172. OLE color: 2401172.
HSL color Cylindrical-coordinate representation of color #94A324: hue angle of 67.09º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #94A324 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 163 | 36 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.36 |
| HSL | 67.09º | 0.64% | 0.39% | - |
| HSV(B) | 67.09º | 0.78% | 0.64% | - |
| XYZ | 25.63 | 32.62 | 6.61 | - |
| YUV | 144.04 | 67.03 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 163 | 36 | 0.09 | 0 | 0.78 | 0.36 | 67.09 | 0.64 | 0.39 |
| Hex | 94 | A3 | 24 | 9 | 0 | 4E | 24 | 43 | 40 | 27 |
| Octal | 224 | 243 | 44 | 11 | 0 | 116 | 44 | 103 | 100 | 47 |
| Binary | 10010100 | 10100011 | 100100 | 1001 | 0 | 1001110 | 100100 | 1000011 | 1000000 | 100111 |
Color Harmonies of #94A324
Complementary color
Monochromatic Colors of #94A324
Black with #94A324
Text Example
Text Example
White with #94A324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A324; }
p { color: rgb(148,163,36); }
H1.HeaderClassName
{
color: #94A324;
}
.AnyTagClassName
{
color: #94A324;
}
</style>
background-color css
<style>
a { background-color: #94A324; }
a { background-color: rgb(148,163,36); }
div.DivClassName
{
background-color: #94A324;
}
.BgClassName
{
background-color: #94A324;
}
</style>
border-color css
<style>
span { border-color: #94A324; }
span { border-color: rgb(148,163,36); }
td.TdClassName
{
border-color: #94A324;
}
.TagClassName
{
border-color: #94A324;
}
</style>