Shades of Citrus #9DA303
Tints of Citrus #9DA303
RGB
CMYK
RGB Variations
Color information
#9DA303 (or 0x9DA303) is known color: Citrus. HEX triplet: 9D, A3 and 03. RGB value is (157,163,3). Sum of RGB (Red+Green+Blue) = 157+163+3=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 163 (64.06% from 255 or 50.46% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA303 is #625CFC. Grayscale: #8F8F8F. Windows color (decimal): -6446333 or 238493. OLE color: 238493.
HSL color Cylindrical-coordinate representation of color #9DA303: hue angle of 62.25º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9DA303 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 163 | 3 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.36 |
| HSL | 62.25º | 0.96% | 0.33% | - |
| HSV(B) | 62.25º | 0.98% | 0.64% | - |
| XYZ | 27.02 | 33.37 | 5.1 | - |
| YUV | 142.97 | 49.01 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 3 | 0.04 | 0 | 0.98 | 0.36 | 62.25 | 0.96 | 0.33 |
| Hex | 9D | A3 | 3 | 4 | 0 | 62 | 24 | 3E | 60 | 21 |
| Octal | 235 | 243 | 3 | 4 | 0 | 142 | 44 | 76 | 140 | 41 |
| Binary | 10011101 | 10100011 | 11 | 100 | 0 | 1100010 | 100100 | 111110 | 1100000 | 100001 |
Color Harmonies of #9DA303
Complementary color
Monochromatic Colors of #9DA303
Black with #9DA303
Text Example
Text Example
White with #9DA303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA303; }
p { color: rgb(157,163,3); }
H1.HeaderClassName
{
color: #9DA303;
}
.AnyTagClassName
{
color: #9DA303;
}
</style>
background-color css
<style>
a { background-color: #9DA303; }
a { background-color: rgb(157,163,3); }
div.DivClassName
{
background-color: #9DA303;
}
.BgClassName
{
background-color: #9DA303;
}
</style>
border-color css
<style>
span { border-color: #9DA303; }
span { border-color: rgb(157,163,3); }
td.TdClassName
{
border-color: #9DA303;
}
.TagClassName
{
border-color: #9DA303;
}
</style>