Shades of Citrus #9DBA14
Tints of Citrus #9DBA14
RGB
CMYK
RGB Variations
Color information
#9DBA14 (or 0x9DBA14) is known color: Citrus. HEX triplet: 9D, BA and 14. RGB value is (157,186,20). Sum of RGB (Red+Green+Blue) = 157+186+20=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBA14 is #6245EB. Grayscale: #9F9F9F. Windows color (decimal): -6440428 or 1358493. OLE color: 1358493.
HSL color Cylindrical-coordinate representation of color #9DBA14: hue angle of 70.48º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9DBA14 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 20 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.27 |
| HSL | 70.48º | 0.81% | 0.4% | - |
| HSV(B) | 70.48º | 0.89% | 0.73% | - |
| XYZ | 31.59 | 42.34 | 7.17 | - |
| YUV | 158.41 | 49.89 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 20 | 0.16 | 0 | 0.89 | 0.27 | 70.48 | 0.81 | 0.4 |
| Hex | 9D | BA | 14 | 10 | 0 | 59 | 1B | 46 | 51 | 28 |
| Octal | 235 | 272 | 24 | 20 | 0 | 131 | 33 | 106 | 121 | 50 |
| Binary | 10011101 | 10111010 | 10100 | 10000 | 0 | 1011001 | 11011 | 1000110 | 1010001 | 101000 |
Color Harmonies of #9DBA14
Complementary color
Monochromatic Colors of #9DBA14
Black with #9DBA14
Text Example
Text Example
White with #9DBA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA14; }
p { color: rgb(157,186,20); }
H1.HeaderClassName
{
color: #9DBA14;
}
.AnyTagClassName
{
color: #9DBA14;
}
</style>
background-color css
<style>
a { background-color: #9DBA14; }
a { background-color: rgb(157,186,20); }
div.DivClassName
{
background-color: #9DBA14;
}
.BgClassName
{
background-color: #9DBA14;
}
</style>
border-color css
<style>
span { border-color: #9DBA14; }
span { border-color: rgb(157,186,20); }
td.TdClassName
{
border-color: #9DBA14;
}
.TagClassName
{
border-color: #9DBA14;
}
</style>