Shades of Citrus #9CAD04
Tints of Citrus #9CAD04
RGB
CMYK
RGB Variations
Color information
#9CAD04 (or 0x9CAD04) is known color: Citrus. HEX triplet: 9C, AD and 04. RGB value is (156,173,4). Sum of RGB (Red+Green+Blue) = 156+173+4=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 173 (67.97% from 255 or 51.95% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 173 - color contains mainly: green. Hex color #9CAD04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CAD04 is #6352FB. Grayscale: #959595. Windows color (decimal): -6509308 or 306588. OLE color: 306588.
HSL color Cylindrical-coordinate representation of color #9CAD04: hue angle of 66.04º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9CAD04 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 173 | 4 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.32 |
| HSL | 66.04º | 0.95% | 0.35% | - |
| HSV(B) | 66.04º | 0.98% | 0.68% | - |
| XYZ | 28.68 | 36.96 | 5.74 | - |
| YUV | 148.65 | 46.37 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 173 | 4 | 0.10 | 0 | 0.98 | 0.32 | 66.04 | 0.95 | 0.35 |
| Hex | 9C | AD | 4 | A | 0 | 62 | 20 | 42 | 5F | 23 |
| Octal | 234 | 255 | 4 | 12 | 0 | 142 | 40 | 102 | 137 | 43 |
| Binary | 10011100 | 10101101 | 100 | 1010 | 0 | 1100010 | 100000 | 1000010 | 1011111 | 100011 |
Color Harmonies of #9CAD04
Complementary color
Monochromatic Colors of #9CAD04
Black with #9CAD04
Text Example
Text Example
White with #9CAD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAD04; }
p { color: rgb(156,173,4); }
H1.HeaderClassName
{
color: #9CAD04;
}
.AnyTagClassName
{
color: #9CAD04;
}
</style>
background-color css
<style>
a { background-color: #9CAD04; }
a { background-color: rgb(156,173,4); }
div.DivClassName
{
background-color: #9CAD04;
}
.BgClassName
{
background-color: #9CAD04;
}
</style>
border-color css
<style>
span { border-color: #9CAD04; }
span { border-color: rgb(156,173,4); }
td.TdClassName
{
border-color: #9CAD04;
}
.TagClassName
{
border-color: #9CAD04;
}
</style>