Shades of Citron #9DA422
Tints of Citron #9DA422
RGB
CMYK
RGB Variations
Color information
#9DA422 (or 0x9DA422) is known color: Citron. HEX triplet: 9D, A4 and 22. RGB value is (157,164,34). Sum of RGB (Red+Green+Blue) = 157+164+34=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 164 (64.45% from 255 or 46.20% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA422 is #625BDD. Grayscale: #939393. Windows color (decimal): -6446046 or 2270365. OLE color: 2270365.
HSL color Cylindrical-coordinate representation of color #9DA422: hue angle of 63.23º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9DA422 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 164 | 34 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.36 |
| HSL | 63.23º | 0.66% | 0.39% | - |
| HSV(B) | 63.23º | 0.79% | 0.64% | - |
| XYZ | 27.47 | 33.83 | 6.6 | - |
| YUV | 147.09 | 64.18 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 164 | 34 | 0.04 | 0 | 0.79 | 0.36 | 63.23 | 0.66 | 0.39 |
| Hex | 9D | A4 | 22 | 4 | 0 | 4F | 24 | 3F | 42 | 27 |
| Octal | 235 | 244 | 42 | 4 | 0 | 117 | 44 | 77 | 102 | 47 |
| Binary | 10011101 | 10100100 | 100010 | 100 | 0 | 1001111 | 100100 | 111111 | 1000010 | 100111 |
Color Harmonies of #9DA422
Complementary color
Monochromatic Colors of #9DA422
Black with #9DA422
Text Example
Text Example
White with #9DA422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA422; }
p { color: rgb(157,164,34); }
H1.HeaderClassName
{
color: #9DA422;
}
.AnyTagClassName
{
color: #9DA422;
}
</style>
background-color css
<style>
a { background-color: #9DA422; }
a { background-color: rgb(157,164,34); }
div.DivClassName
{
background-color: #9DA422;
}
.BgClassName
{
background-color: #9DA422;
}
</style>
border-color css
<style>
span { border-color: #9DA422; }
span { border-color: rgb(157,164,34); }
td.TdClassName
{
border-color: #9DA422;
}
.TagClassName
{
border-color: #9DA422;
}
</style>