Shades of Citrus #9DA600
Tints of Citrus #9DA600
RGB
CMYK
RGB Variations
Color information
#9DA600 (or 0x9DA600) is known color: Citrus. HEX triplet: 9D, A6 and 00. RGB value is (157,166,0). Sum of RGB (Red+Green+Blue) = 157+166+0=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 166 (65.23% from 255 or 51.39% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA600 is #6259FF. Grayscale: #919191. Windows color (decimal): -6445568 or 42653. OLE color: 42653.
HSL color Cylindrical-coordinate representation of color #9DA600: hue angle of 63.25º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9DA600 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 166 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.35 |
| HSL | 63.25º | 1% | 0.33% | - |
| HSV(B) | 63.25º | 1% | 0.65% | - |
| XYZ | 27.54 | 34.44 | 5.2 | - |
| YUV | 144.39 | 46.52 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 166 | 0 | 0.05 | 0 | 1 | 0.35 | 63.25 | 1 | 0.33 |
| Hex | 9D | A6 | 0 | 5 | 0 | 64 | 23 | 3F | 64 | 21 |
| Octal | 235 | 246 | 0 | 5 | 0 | 144 | 43 | 77 | 144 | 41 |
| Binary | 10011101 | 10100110 | 0 | 101 | 0 | 1100100 | 100011 | 111111 | 1100100 | 100001 |
Color Harmonies of #9DA600
Complementary color
Monochromatic Colors of #9DA600
Black with #9DA600
Text Example
Text Example
White with #9DA600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA600; }
p { color: rgb(157,166,0); }
H1.HeaderClassName
{
color: #9DA600;
}
.AnyTagClassName
{
color: #9DA600;
}
</style>
background-color css
<style>
a { background-color: #9DA600; }
a { background-color: rgb(157,166,0); }
div.DivClassName
{
background-color: #9DA600;
}
.BgClassName
{
background-color: #9DA600;
}
</style>
border-color css
<style>
span { border-color: #9DA600; }
span { border-color: rgb(157,166,0); }
td.TdClassName
{
border-color: #9DA600;
}
.TagClassName
{
border-color: #9DA600;
}
</style>