Shades of Citron #9DA628
Tints of Citron #9DA628
RGB
CMYK
RGB Variations
Color information
#9DA628 (or 0x9DA628) is known color: Citron. HEX triplet: 9D, A6 and 28. RGB value is (157,166,40). Sum of RGB (Red+Green+Blue) = 157+166+40=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA628 is #6259D7. Grayscale: #959595. Windows color (decimal): -6445528 or 2664093. OLE color: 2664093.
HSL color Cylindrical-coordinate representation of color #9DA628: hue angle of 64.29º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9DA628 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 166 | 40 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.35 |
| HSL | 64.29º | 0.61% | 0.4% | - |
| HSV(B) | 64.29º | 0.76% | 0.65% | - |
| XYZ | 27.92 | 34.59 | 7.21 | - |
| YUV | 148.95 | 66.52 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 166 | 40 | 0.05 | 0 | 0.76 | 0.35 | 64.29 | 0.61 | 0.4 |
| Hex | 9D | A6 | 28 | 5 | 0 | 4C | 23 | 40 | 3D | 28 |
| Octal | 235 | 246 | 50 | 5 | 0 | 114 | 43 | 100 | 75 | 50 |
| Binary | 10011101 | 10100110 | 101000 | 101 | 0 | 1001100 | 100011 | 1000000 | 111101 | 101000 |
Color Harmonies of #9DA628
Complementary color
Monochromatic Colors of #9DA628
Black with #9DA628
Text Example
Text Example
White with #9DA628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA628; }
p { color: rgb(157,166,40); }
H1.HeaderClassName
{
color: #9DA628;
}
.AnyTagClassName
{
color: #9DA628;
}
</style>
background-color css
<style>
a { background-color: #9DA628; }
a { background-color: rgb(157,166,40); }
div.DivClassName
{
background-color: #9DA628;
}
.BgClassName
{
background-color: #9DA628;
}
</style>
border-color css
<style>
span { border-color: #9DA628; }
span { border-color: rgb(157,166,40); }
td.TdClassName
{
border-color: #9DA628;
}
.TagClassName
{
border-color: #9DA628;
}
</style>