Shades of Citrus #9DB90E
Tints of Citrus #9DB90E
RGB
CMYK
RGB Variations
Color information
#9DB90E (or 0x9DB90E) is known color: Citrus. HEX triplet: 9D, B9 and 0E. RGB value is (157,185,14). Sum of RGB (Red+Green+Blue) = 157+185+14=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 185 (72.66% from 255 or 51.97% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB90E is #6246F1. Grayscale: #9D9D9D. Windows color (decimal): -6440690 or 965021. OLE color: 965021.
HSL color Cylindrical-coordinate representation of color #9DB90E: hue angle of 69.82º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DB90E is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 185 | 14 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.27 |
| HSL | 69.82º | 0.86% | 0.39% | - |
| HSV(B) | 69.82º | 0.92% | 0.73% | - |
| XYZ | 31.33 | 41.9 | 6.85 | - |
| YUV | 157.13 | 47.22 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 185 | 14 | 0.15 | 0 | 0.92 | 0.27 | 69.82 | 0.86 | 0.39 |
| Hex | 9D | B9 | E | F | 0 | 5C | 1B | 46 | 56 | 27 |
| Octal | 235 | 271 | 16 | 17 | 0 | 134 | 33 | 106 | 126 | 47 |
| Binary | 10011101 | 10111001 | 1110 | 1111 | 0 | 1011100 | 11011 | 1000110 | 1010110 | 100111 |
Color Harmonies of #9DB90E
Complementary color
Monochromatic Colors of #9DB90E
Black with #9DB90E
Text Example
Text Example
White with #9DB90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB90E; }
p { color: rgb(157,185,14); }
H1.HeaderClassName
{
color: #9DB90E;
}
.AnyTagClassName
{
color: #9DB90E;
}
</style>
background-color css
<style>
a { background-color: #9DB90E; }
a { background-color: rgb(157,185,14); }
div.DivClassName
{
background-color: #9DB90E;
}
.BgClassName
{
background-color: #9DB90E;
}
</style>
border-color css
<style>
span { border-color: #9DB90E; }
span { border-color: rgb(157,185,14); }
td.TdClassName
{
border-color: #9DB90E;
}
.TagClassName
{
border-color: #9DB90E;
}
</style>