Shades of Citrus #9DA50C
Tints of Citrus #9DA50C
RGB
CMYK
RGB Variations
Color information
#9DA50C (or 0x9DA50C) is known color: Citrus. HEX triplet: 9D, A5 and 0C. RGB value is (157,165,12). Sum of RGB (Red+Green+Blue) = 157+165+12=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 165 (64.84% from 255 or 49.40% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA50C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA50C is #625AF3. Grayscale: #919191. Windows color (decimal): -6445812 or 828829. OLE color: 828829.
HSL color Cylindrical-coordinate representation of color #9DA50C: hue angle of 63.14º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DA50C is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 165 | 12 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.35 |
| HSL | 63.14º | 0.86% | 0.35% | - |
| HSV(B) | 63.14º | 0.93% | 0.65% | - |
| XYZ | 27.43 | 34.1 | 5.49 | - |
| YUV | 145.17 | 52.85 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 165 | 12 | 0.05 | 0 | 0.93 | 0.35 | 63.14 | 0.86 | 0.35 |
| Hex | 9D | A5 | C | 5 | 0 | 5D | 23 | 3F | 56 | 23 |
| Octal | 235 | 245 | 14 | 5 | 0 | 135 | 43 | 77 | 126 | 43 |
| Binary | 10011101 | 10100101 | 1100 | 101 | 0 | 1011101 | 100011 | 111111 | 1010110 | 100011 |
Color Harmonies of #9DA50C
Complementary color
Monochromatic Colors of #9DA50C
Black with #9DA50C
Text Example
Text Example
White with #9DA50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA50C; }
p { color: rgb(157,165,12); }
H1.HeaderClassName
{
color: #9DA50C;
}
.AnyTagClassName
{
color: #9DA50C;
}
</style>
background-color css
<style>
a { background-color: #9DA50C; }
a { background-color: rgb(157,165,12); }
div.DivClassName
{
background-color: #9DA50C;
}
.BgClassName
{
background-color: #9DA50C;
}
</style>
border-color css
<style>
span { border-color: #9DA50C; }
span { border-color: rgb(157,165,12); }
td.TdClassName
{
border-color: #9DA50C;
}
.TagClassName
{
border-color: #9DA50C;
}
</style>