Shades of Citron #9DA42C
Tints of Citron #9DA42C
RGB
CMYK
RGB Variations
Color information
#9DA42C (or 0x9DA42C) is known color: Citron. HEX triplet: 9D, A4 and 2C. RGB value is (157,164,44). Sum of RGB (Red+Green+Blue) = 157+164+44=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA42C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA42C is #625BD3. Grayscale: #949494. Windows color (decimal): -6446036 or 2925725. OLE color: 2925725.
HSL color Cylindrical-coordinate representation of color #9DA42C: hue angle of 63.5º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9DA42C is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 164 | 44 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.36 |
| HSL | 63.5º | 0.58% | 0.41% | - |
| HSV(B) | 63.5º | 0.73% | 0.64% | - |
| XYZ | 27.63 | 33.9 | 7.47 | - |
| YUV | 148.23 | 69.18 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 164 | 44 | 0.04 | 0 | 0.73 | 0.36 | 63.5 | 0.58 | 0.41 |
| Hex | 9D | A4 | 2C | 4 | 0 | 49 | 24 | 40 | 3A | 29 |
| Octal | 235 | 244 | 54 | 4 | 0 | 111 | 44 | 100 | 72 | 51 |
| Binary | 10011101 | 10100100 | 101100 | 100 | 0 | 1001001 | 100100 | 1000000 | 111010 | 101001 |
Color Harmonies of #9DA42C
Complementary color
Monochromatic Colors of #9DA42C
Black with #9DA42C
Text Example
Text Example
White with #9DA42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA42C; }
p { color: rgb(157,164,44); }
H1.HeaderClassName
{
color: #9DA42C;
}
.AnyTagClassName
{
color: #9DA42C;
}
</style>
background-color css
<style>
a { background-color: #9DA42C; }
a { background-color: rgb(157,164,44); }
div.DivClassName
{
background-color: #9DA42C;
}
.BgClassName
{
background-color: #9DA42C;
}
</style>
border-color css
<style>
span { border-color: #9DA42C; }
span { border-color: rgb(157,164,44); }
td.TdClassName
{
border-color: #9DA42C;
}
.TagClassName
{
border-color: #9DA42C;
}
</style>