Shades of Citrus #9DA305
Tints of Citrus #9DA305
RGB
CMYK
RGB Variations
Color information
#9DA305 (or 0x9DA305) is known color: Citrus. HEX triplet: 9D, A3 and 05. RGB value is (157,163,5). Sum of RGB (Red+Green+Blue) = 157+163+5=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA305 is #625CFA. Grayscale: #8F8F8F. Windows color (decimal): -6446331 or 369565. OLE color: 369565.
HSL color Cylindrical-coordinate representation of color #9DA305: hue angle of 62.28º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DA305 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 163 | 5 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.36 |
| HSL | 62.28º | 0.94% | 0.33% | - |
| HSV(B) | 62.28º | 0.97% | 0.64% | - |
| XYZ | 27.03 | 33.37 | 5.16 | - |
| YUV | 143.19 | 50.01 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 5 | 0.04 | 0 | 0.97 | 0.36 | 62.28 | 0.94 | 0.33 |
| Hex | 9D | A3 | 5 | 4 | 0 | 61 | 24 | 3E | 5E | 21 |
| Octal | 235 | 243 | 5 | 4 | 0 | 141 | 44 | 76 | 136 | 41 |
| Binary | 10011101 | 10100011 | 101 | 100 | 0 | 1100001 | 100100 | 111110 | 1011110 | 100001 |
Color Harmonies of #9DA305
Complementary color
Monochromatic Colors of #9DA305
Black with #9DA305
Text Example
Text Example
White with #9DA305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA305; }
p { color: rgb(157,163,5); }
H1.HeaderClassName
{
color: #9DA305;
}
.AnyTagClassName
{
color: #9DA305;
}
</style>
background-color css
<style>
a { background-color: #9DA305; }
a { background-color: rgb(157,163,5); }
div.DivClassName
{
background-color: #9DA305;
}
.BgClassName
{
background-color: #9DA305;
}
</style>
border-color css
<style>
span { border-color: #9DA305; }
span { border-color: rgb(157,163,5); }
td.TdClassName
{
border-color: #9DA305;
}
.TagClassName
{
border-color: #9DA305;
}
</style>