Shades of Citron #9DA630
Tints of Citron #9DA630
RGB
CMYK
RGB Variations
Color information
#9DA630 (or 0x9DA630) is known color: Citron. HEX triplet: 9D, A6 and 30. RGB value is (157,166,48). Sum of RGB (Red+Green+Blue) = 157+166+48=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA630 is #6259CF. Grayscale: #969696. Windows color (decimal): -6445520 or 3188381. OLE color: 3188381.
HSL color Cylindrical-coordinate representation of color #9DA630: hue angle of 64.58º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9DA630 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 166 | 48 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.35 |
| HSL | 64.58º | 0.55% | 0.42% | - |
| HSV(B) | 64.58º | 0.71% | 0.65% | - |
| XYZ | 28.07 | 34.65 | 8.01 | - |
| YUV | 149.86 | 70.52 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 166 | 48 | 0.05 | 0 | 0.71 | 0.35 | 64.58 | 0.55 | 0.42 |
| Hex | 9D | A6 | 30 | 5 | 0 | 47 | 23 | 41 | 37 | 2A |
| Octal | 235 | 246 | 60 | 5 | 0 | 107 | 43 | 101 | 67 | 52 |
| Binary | 10011101 | 10100110 | 110000 | 101 | 0 | 1000111 | 100011 | 1000001 | 110111 | 101010 |
Color Harmonies of #9DA630
Complementary color
Monochromatic Colors of #9DA630
Black with #9DA630
Text Example
Text Example
White with #9DA630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA630; }
p { color: rgb(157,166,48); }
H1.HeaderClassName
{
color: #9DA630;
}
.AnyTagClassName
{
color: #9DA630;
}
</style>
background-color css
<style>
a { background-color: #9DA630; }
a { background-color: rgb(157,166,48); }
div.DivClassName
{
background-color: #9DA630;
}
.BgClassName
{
background-color: #9DA630;
}
</style>
border-color css
<style>
span { border-color: #9DA630; }
span { border-color: rgb(157,166,48); }
td.TdClassName
{
border-color: #9DA630;
}
.TagClassName
{
border-color: #9DA630;
}
</style>