Shades of Citrus #9DAE0C
Tints of Citrus #9DAE0C
RGB
CMYK
RGB Variations
Color information
#9DAE0C (or 0x9DAE0C) is known color: Citrus. HEX triplet: 9D, AE and 0C. RGB value is (157,174,12). Sum of RGB (Red+Green+Blue) = 157+174+12=343 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.77% from 343); Green value is 174 (68.36% from 255 or 50.73% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAE0C is #6251F3. Grayscale: #979797. Windows color (decimal): -6443508 or 831133. OLE color: 831133.
HSL color Cylindrical-coordinate representation of color #9DAE0C: hue angle of 66.3º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DAE0C is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 12 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.32 |
| HSL | 66.3º | 0.87% | 0.36% | - |
| HSV(B) | 66.3º | 0.93% | 0.68% | - |
| XYZ | 29.11 | 37.47 | 6.05 | - |
| YUV | 150.45 | 49.87 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 12 | 0.10 | 0 | 0.93 | 0.32 | 66.3 | 0.87 | 0.36 |
| Hex | 9D | AE | C | A | 0 | 5D | 20 | 42 | 57 | 24 |
| Octal | 235 | 256 | 14 | 12 | 0 | 135 | 40 | 102 | 127 | 44 |
| Binary | 10011101 | 10101110 | 1100 | 1010 | 0 | 1011101 | 100000 | 1000010 | 1010111 | 100100 |
Color Harmonies of #9DAE0C
Complementary color
Monochromatic Colors of #9DAE0C
Black with #9DAE0C
Text Example
Text Example
White with #9DAE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE0C; }
p { color: rgb(157,174,12); }
H1.HeaderClassName
{
color: #9DAE0C;
}
.AnyTagClassName
{
color: #9DAE0C;
}
</style>
background-color css
<style>
a { background-color: #9DAE0C; }
a { background-color: rgb(157,174,12); }
div.DivClassName
{
background-color: #9DAE0C;
}
.BgClassName
{
background-color: #9DAE0C;
}
</style>
border-color css
<style>
span { border-color: #9DAE0C; }
span { border-color: rgb(157,174,12); }
td.TdClassName
{
border-color: #9DAE0C;
}
.TagClassName
{
border-color: #9DAE0C;
}
</style>