Shades of Citrus #9DBE14
Tints of Citrus #9DBE14
RGB
CMYK
RGB Variations
Color information
#9DBE14 (or 0x9DBE14) is known color: Citrus. HEX triplet: 9D, BE and 14. RGB value is (157,190,20). Sum of RGB (Red+Green+Blue) = 157+190+20=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 190 (74.61% from 255 or 51.77% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBE14 is #6241EB. Grayscale: #A1A1A1. Windows color (decimal): -6439404 or 1359517. OLE color: 1359517.
HSL color Cylindrical-coordinate representation of color #9DBE14: hue angle of 71.65º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9DBE14 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 20 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.25 |
| HSL | 71.65º | 0.81% | 0.41% | - |
| HSV(B) | 71.65º | 0.89% | 0.75% | - |
| XYZ | 32.44 | 44.05 | 7.45 | - |
| YUV | 160.75 | 48.57 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 20 | 0.17 | 0 | 0.89 | 0.25 | 71.65 | 0.81 | 0.41 |
| Hex | 9D | BE | 14 | 11 | 0 | 59 | 19 | 48 | 51 | 29 |
| Octal | 235 | 276 | 24 | 21 | 0 | 131 | 31 | 110 | 121 | 51 |
| Binary | 10011101 | 10111110 | 10100 | 10001 | 0 | 1011001 | 11001 | 1001000 | 1010001 | 101001 |
Color Harmonies of #9DBE14
Complementary color
Monochromatic Colors of #9DBE14
Black with #9DBE14
Text Example
Text Example
White with #9DBE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE14; }
p { color: rgb(157,190,20); }
H1.HeaderClassName
{
color: #9DBE14;
}
.AnyTagClassName
{
color: #9DBE14;
}
</style>
background-color css
<style>
a { background-color: #9DBE14; }
a { background-color: rgb(157,190,20); }
div.DivClassName
{
background-color: #9DBE14;
}
.BgClassName
{
background-color: #9DBE14;
}
</style>
border-color css
<style>
span { border-color: #9DBE14; }
span { border-color: rgb(157,190,20); }
td.TdClassName
{
border-color: #9DBE14;
}
.TagClassName
{
border-color: #9DBE14;
}
</style>