Shades of Citron #9DA134
Tints of Citron #9DA134
RGB
CMYK
RGB Variations
Color information
#9DA134 (or 0x9DA134) is known color: Citron. HEX triplet: 9D, A1 and 34. RGB value is (157,161,52). Sum of RGB (Red+Green+Blue) = 157+161+52=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA134 is #625ECB. Grayscale: #939393. Windows color (decimal): -6446796 or 3449245. OLE color: 3449245.
HSL color Cylindrical-coordinate representation of color #9DA134: hue angle of 62.2º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9DA134 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 52 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.37 |
| HSL | 62.2º | 0.51% | 0.42% | - |
| HSV(B) | 62.2º | 0.68% | 0.63% | - |
| XYZ | 27.27 | 32.91 | 8.16 | - |
| YUV | 147.38 | 74.17 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 52 | 0.02 | 0 | 0.68 | 0.37 | 62.2 | 0.51 | 0.42 |
| Hex | 9D | A1 | 34 | 2 | 0 | 44 | 25 | 3E | 33 | 2A |
| Octal | 235 | 241 | 64 | 2 | 0 | 104 | 45 | 76 | 63 | 52 |
| Binary | 10011101 | 10100001 | 110100 | 10 | 0 | 1000100 | 100101 | 111110 | 110011 | 101010 |
Color Harmonies of #9DA134
Complementary color
Monochromatic Colors of #9DA134
Black with #9DA134
Text Example
Text Example
White with #9DA134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA134; }
p { color: rgb(157,161,52); }
H1.HeaderClassName
{
color: #9DA134;
}
.AnyTagClassName
{
color: #9DA134;
}
</style>
background-color css
<style>
a { background-color: #9DA134; }
a { background-color: rgb(157,161,52); }
div.DivClassName
{
background-color: #9DA134;
}
.BgClassName
{
background-color: #9DA134;
}
</style>
border-color css
<style>
span { border-color: #9DA134; }
span { border-color: rgb(157,161,52); }
td.TdClassName
{
border-color: #9DA134;
}
.TagClassName
{
border-color: #9DA134;
}
</style>