Shades of Citrus #9DAC04
Tints of Citrus #9DAC04
RGB
CMYK
RGB Variations
Color information
#9DAC04 (or 0x9DAC04) is known color: Citrus. HEX triplet: 9D, AC and 04. RGB value is (157,172,4). Sum of RGB (Red+Green+Blue) = 157+172+4=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAC04 is #6253FB. Grayscale: #959595. Windows color (decimal): -6444028 or 306333. OLE color: 306333.
HSL color Cylindrical-coordinate representation of color #9DAC04: hue angle of 65.36º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9DAC04 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 4 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.33 |
| HSL | 65.36º | 0.95% | 0.35% | - |
| HSV(B) | 65.36º | 0.98% | 0.67% | - |
| XYZ | 28.68 | 36.68 | 5.68 | - |
| YUV | 148.36 | 46.53 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 4 | 0.09 | 0 | 0.98 | 0.33 | 65.36 | 0.95 | 0.35 |
| Hex | 9D | AC | 4 | 9 | 0 | 62 | 21 | 41 | 5F | 23 |
| Octal | 235 | 254 | 4 | 11 | 0 | 142 | 41 | 101 | 137 | 43 |
| Binary | 10011101 | 10101100 | 100 | 1001 | 0 | 1100010 | 100001 | 1000001 | 1011111 | 100011 |
Color Harmonies of #9DAC04
Complementary color
Monochromatic Colors of #9DAC04
Black with #9DAC04
Text Example
Text Example
White with #9DAC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAC04; }
p { color: rgb(157,172,4); }
H1.HeaderClassName
{
color: #9DAC04;
}
.AnyTagClassName
{
color: #9DAC04;
}
</style>
background-color css
<style>
a { background-color: #9DAC04; }
a { background-color: rgb(157,172,4); }
div.DivClassName
{
background-color: #9DAC04;
}
.BgClassName
{
background-color: #9DAC04;
}
</style>
border-color css
<style>
span { border-color: #9DAC04; }
span { border-color: rgb(157,172,4); }
td.TdClassName
{
border-color: #9DAC04;
}
.TagClassName
{
border-color: #9DAC04;
}
</style>