Shades of Citron #94A52A
Tints of Citron #94A52A
RGB
CMYK
RGB Variations
Color information
#94A52A (or 0x94A52A) is known color: Citron. HEX triplet: 94, A5 and 2A. RGB value is (148,165,42). Sum of RGB (Red+Green+Blue) = 148+165+42=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 165 - color contains mainly: green. Hex color #94A52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A52A is #6B5AD5. Grayscale: #929292. Windows color (decimal): -7035606 or 2794900. OLE color: 2794900.
HSL color Cylindrical-coordinate representation of color #94A52A: hue angle of 68.29º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94A52A is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 165 | 42 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.35 |
| HSL | 68.29º | 0.59% | 0.41% | - |
| HSV(B) | 68.29º | 0.75% | 0.65% | - |
| XYZ | 26.09 | 33.37 | 7.26 | - |
| YUV | 145.9 | 69.37 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 165 | 42 | 0.10 | 0 | 0.75 | 0.35 | 68.29 | 0.59 | 0.41 |
| Hex | 94 | A5 | 2A | A | 0 | 4B | 23 | 44 | 3B | 29 |
| Octal | 224 | 245 | 52 | 12 | 0 | 113 | 43 | 104 | 73 | 51 |
| Binary | 10010100 | 10100101 | 101010 | 1010 | 0 | 1001011 | 100011 | 1000100 | 111011 | 101001 |
Color Harmonies of #94A52A
Complementary color
Monochromatic Colors of #94A52A
Black with #94A52A
Text Example
Text Example
White with #94A52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A52A; }
p { color: rgb(148,165,42); }
H1.HeaderClassName
{
color: #94A52A;
}
.AnyTagClassName
{
color: #94A52A;
}
</style>
background-color css
<style>
a { background-color: #94A52A; }
a { background-color: rgb(148,165,42); }
div.DivClassName
{
background-color: #94A52A;
}
.BgClassName
{
background-color: #94A52A;
}
</style>
border-color css
<style>
span { border-color: #94A52A; }
span { border-color: rgb(148,165,42); }
td.TdClassName
{
border-color: #94A52A;
}
.TagClassName
{
border-color: #94A52A;
}
</style>