Shades of Citrus #9DA304
Tints of Citrus #9DA304
RGB
CMYK
RGB Variations
Color information
#9DA304 (or 0x9DA304) is known color: Citrus. HEX triplet: 9D, A3 and 04. RGB value is (157,163,4). Sum of RGB (Red+Green+Blue) = 157+163+4=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA304 is #625CFB. Grayscale: #8F8F8F. Windows color (decimal): -6446332 or 304029. OLE color: 304029.
HSL color Cylindrical-coordinate representation of color #9DA304: hue angle of 62.26º degrees, saturation: 0.95, 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 #9DA304 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 163 | 4 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.36 |
| HSL | 62.26º | 0.95% | 0.33% | - |
| HSV(B) | 62.26º | 0.98% | 0.64% | - |
| XYZ | 27.02 | 33.37 | 5.13 | - |
| YUV | 143.08 | 49.51 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 4 | 0.04 | 0 | 0.98 | 0.36 | 62.26 | 0.95 | 0.33 |
| Hex | 9D | A3 | 4 | 4 | 0 | 62 | 24 | 3E | 5F | 21 |
| Octal | 235 | 243 | 4 | 4 | 0 | 142 | 44 | 76 | 137 | 41 |
| Binary | 10011101 | 10100011 | 100 | 100 | 0 | 1100010 | 100100 | 111110 | 1011111 | 100001 |
Color Harmonies of #9DA304
Complementary color
Monochromatic Colors of #9DA304
Black with #9DA304
Text Example
Text Example
White with #9DA304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA304; }
p { color: rgb(157,163,4); }
H1.HeaderClassName
{
color: #9DA304;
}
.AnyTagClassName
{
color: #9DA304;
}
</style>
background-color css
<style>
a { background-color: #9DA304; }
a { background-color: rgb(157,163,4); }
div.DivClassName
{
background-color: #9DA304;
}
.BgClassName
{
background-color: #9DA304;
}
</style>
border-color css
<style>
span { border-color: #9DA304; }
span { border-color: rgb(157,163,4); }
td.TdClassName
{
border-color: #9DA304;
}
.TagClassName
{
border-color: #9DA304;
}
</style>