Shades of Citron #9DA234
Tints of Citron #9DA234
RGB
CMYK
RGB Variations
Color information
#9DA234 (or 0x9DA234) is known color: Citron. HEX triplet: 9D, A2 and 34. RGB value is (157,162,52). Sum of RGB (Red+Green+Blue) = 157+162+52=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA234 is #625DCB. Grayscale: #949494. Windows color (decimal): -6446540 or 3449501. OLE color: 3449501.
HSL color Cylindrical-coordinate representation of color #9DA234: hue angle of 62.73º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9DA234 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 162 | 52 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.36 |
| HSL | 62.73º | 0.51% | 0.42% | - |
| HSV(B) | 62.73º | 0.68% | 0.64% | - |
| XYZ | 27.44 | 33.26 | 8.22 | - |
| YUV | 147.97 | 73.84 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 52 | 0.03 | 0 | 0.68 | 0.36 | 62.73 | 0.51 | 0.42 |
| Hex | 9D | A2 | 34 | 3 | 0 | 44 | 24 | 3F | 33 | 2A |
| Octal | 235 | 242 | 64 | 3 | 0 | 104 | 44 | 77 | 63 | 52 |
| Binary | 10011101 | 10100010 | 110100 | 11 | 0 | 1000100 | 100100 | 111111 | 110011 | 101010 |
Color Harmonies of #9DA234
Complementary color
Monochromatic Colors of #9DA234
Black with #9DA234
Text Example
Text Example
White with #9DA234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA234; }
p { color: rgb(157,162,52); }
H1.HeaderClassName
{
color: #9DA234;
}
.AnyTagClassName
{
color: #9DA234;
}
</style>
background-color css
<style>
a { background-color: #9DA234; }
a { background-color: rgb(157,162,52); }
div.DivClassName
{
background-color: #9DA234;
}
.BgClassName
{
background-color: #9DA234;
}
</style>
border-color css
<style>
span { border-color: #9DA234; }
span { border-color: rgb(157,162,52); }
td.TdClassName
{
border-color: #9DA234;
}
.TagClassName
{
border-color: #9DA234;
}
</style>