Shades of Citrus #9DAE0E
Tints of Citrus #9DAE0E
RGB
CMYK
RGB Variations
Color information
#9DAE0E (or 0x9DAE0E) is known color: Citrus. HEX triplet: 9D, AE and 0E. RGB value is (157,174,14). Sum of RGB (Red+Green+Blue) = 157+174+14=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAE0E is #6251F1. Grayscale: #979797. Windows color (decimal): -6443506 or 962205. OLE color: 962205.
HSL color Cylindrical-coordinate representation of color #9DAE0E: hue angle of 66.38º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DAE0E is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 14 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.32 |
| HSL | 66.38º | 0.85% | 0.37% | - |
| HSV(B) | 66.38º | 0.92% | 0.68% | - |
| XYZ | 29.12 | 37.47 | 6.11 | - |
| YUV | 150.68 | 50.87 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 14 | 0.10 | 0 | 0.92 | 0.32 | 66.38 | 0.85 | 0.37 |
| Hex | 9D | AE | E | A | 0 | 5C | 20 | 42 | 55 | 25 |
| Octal | 235 | 256 | 16 | 12 | 0 | 134 | 40 | 102 | 125 | 45 |
| Binary | 10011101 | 10101110 | 1110 | 1010 | 0 | 1011100 | 100000 | 1000010 | 1010101 | 100101 |
Color Harmonies of #9DAE0E
Complementary color
Monochromatic Colors of #9DAE0E
Black with #9DAE0E
Text Example
Text Example
White with #9DAE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE0E; }
p { color: rgb(157,174,14); }
H1.HeaderClassName
{
color: #9DAE0E;
}
.AnyTagClassName
{
color: #9DAE0E;
}
</style>
background-color css
<style>
a { background-color: #9DAE0E; }
a { background-color: rgb(157,174,14); }
div.DivClassName
{
background-color: #9DAE0E;
}
.BgClassName
{
background-color: #9DAE0E;
}
</style>
border-color css
<style>
span { border-color: #9DAE0E; }
span { border-color: rgb(157,174,14); }
td.TdClassName
{
border-color: #9DAE0E;
}
.TagClassName
{
border-color: #9DAE0E;
}
</style>