Shades of Citrus #9DB60E
Tints of Citrus #9DB60E
RGB
CMYK
RGB Variations
Color information
#9DB60E (or 0x9DB60E) is known color: Citrus. HEX triplet: 9D, B6 and 0E. RGB value is (157,182,14). Sum of RGB (Red+Green+Blue) = 157+182+14=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 182 (71.48% from 255 or 51.56% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB60E is #6249F1. Grayscale: #9C9C9C. Windows color (decimal): -6441458 or 964253. OLE color: 964253.
HSL color Cylindrical-coordinate representation of color #9DB60E: hue angle of 68.93º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DB60E is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 182 | 14 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.29 |
| HSL | 68.93º | 0.86% | 0.38% | - |
| HSV(B) | 68.93º | 0.92% | 0.71% | - |
| XYZ | 30.71 | 40.66 | 6.64 | - |
| YUV | 155.37 | 48.22 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 182 | 14 | 0.14 | 0 | 0.92 | 0.29 | 68.93 | 0.86 | 0.38 |
| Hex | 9D | B6 | E | E | 0 | 5C | 1D | 45 | 56 | 26 |
| Octal | 235 | 266 | 16 | 16 | 0 | 134 | 35 | 105 | 126 | 46 |
| Binary | 10011101 | 10110110 | 1110 | 1110 | 0 | 1011100 | 11101 | 1000101 | 1010110 | 100110 |
Color Harmonies of #9DB60E
Complementary color
Monochromatic Colors of #9DB60E
Black with #9DB60E
Text Example
Text Example
White with #9DB60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB60E; }
p { color: rgb(157,182,14); }
H1.HeaderClassName
{
color: #9DB60E;
}
.AnyTagClassName
{
color: #9DB60E;
}
</style>
background-color css
<style>
a { background-color: #9DB60E; }
a { background-color: rgb(157,182,14); }
div.DivClassName
{
background-color: #9DB60E;
}
.BgClassName
{
background-color: #9DB60E;
}
</style>
border-color css
<style>
span { border-color: #9DB60E; }
span { border-color: rgb(157,182,14); }
td.TdClassName
{
border-color: #9DB60E;
}
.TagClassName
{
border-color: #9DB60E;
}
</style>