Shades of Citrus #9DA30D
Tints of Citrus #9DA30D
RGB
CMYK
RGB Variations
Color information
#9DA30D (or 0x9DA30D) is known color: Citrus. HEX triplet: 9D, A3 and 0D. RGB value is (157,163,13). Sum of RGB (Red+Green+Blue) = 157+163+13=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA30D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA30D is #625CF2. Grayscale: #909090. Windows color (decimal): -6446323 or 893853. OLE color: 893853.
HSL color Cylindrical-coordinate representation of color #9DA30D: hue angle of 62.4º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DA30D is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 163 | 13 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.36 |
| HSL | 62.4º | 0.85% | 0.35% | - |
| HSV(B) | 62.4º | 0.92% | 0.64% | - |
| XYZ | 27.07 | 33.39 | 5.4 | - |
| YUV | 144.11 | 54.01 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 13 | 0.04 | 0 | 0.92 | 0.36 | 62.4 | 0.85 | 0.35 |
| Hex | 9D | A3 | D | 4 | 0 | 5C | 24 | 3E | 55 | 23 |
| Octal | 235 | 243 | 15 | 4 | 0 | 134 | 44 | 76 | 125 | 43 |
| Binary | 10011101 | 10100011 | 1101 | 100 | 0 | 1011100 | 100100 | 111110 | 1010101 | 100011 |
Color Harmonies of #9DA30D
Complementary color
Monochromatic Colors of #9DA30D
Black with #9DA30D
Text Example
Text Example
White with #9DA30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA30D; }
p { color: rgb(157,163,13); }
H1.HeaderClassName
{
color: #9DA30D;
}
.AnyTagClassName
{
color: #9DA30D;
}
</style>
background-color css
<style>
a { background-color: #9DA30D; }
a { background-color: rgb(157,163,13); }
div.DivClassName
{
background-color: #9DA30D;
}
.BgClassName
{
background-color: #9DA30D;
}
</style>
border-color css
<style>
span { border-color: #9DA30D; }
span { border-color: rgb(157,163,13); }
td.TdClassName
{
border-color: #9DA30D;
}
.TagClassName
{
border-color: #9DA30D;
}
</style>