Shades of Citrus #9DAE04
Tints of Citrus #9DAE04
RGB
CMYK
RGB Variations
Color information
#9DAE04 (or 0x9DAE04) is known color: Citrus. HEX triplet: 9D, AE and 04. RGB value is (157,174,4). Sum of RGB (Red+Green+Blue) = 157+174+4=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 174 (68.36% from 255 or 51.94% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAE04 is #6251FB. Grayscale: #969696. Windows color (decimal): -6443516 or 306845. OLE color: 306845.
HSL color Cylindrical-coordinate representation of color #9DAE04: hue angle of 66º degrees, saturation: 0.96, 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 #9DAE04 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 4 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.32 |
| HSL | 66º | 0.96% | 0.35% | - |
| HSV(B) | 66º | 0.98% | 0.68% | - |
| XYZ | 29.06 | 37.45 | 5.81 | - |
| YUV | 149.54 | 45.87 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 4 | 0.10 | 0 | 0.98 | 0.32 | 66 | 0.96 | 0.35 |
| Hex | 9D | AE | 4 | A | 0 | 62 | 20 | 42 | 60 | 23 |
| Octal | 235 | 256 | 4 | 12 | 0 | 142 | 40 | 102 | 140 | 43 |
| Binary | 10011101 | 10101110 | 100 | 1010 | 0 | 1100010 | 100000 | 1000010 | 1100000 | 100011 |
Color Harmonies of #9DAE04
Complementary color
Monochromatic Colors of #9DAE04
Black with #9DAE04
Text Example
Text Example
White with #9DAE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE04; }
p { color: rgb(157,174,4); }
H1.HeaderClassName
{
color: #9DAE04;
}
.AnyTagClassName
{
color: #9DAE04;
}
</style>
background-color css
<style>
a { background-color: #9DAE04; }
a { background-color: rgb(157,174,4); }
div.DivClassName
{
background-color: #9DAE04;
}
.BgClassName
{
background-color: #9DAE04;
}
</style>
border-color css
<style>
span { border-color: #9DAE04; }
span { border-color: rgb(157,174,4); }
td.TdClassName
{
border-color: #9DAE04;
}
.TagClassName
{
border-color: #9DAE04;
}
</style>