Shades of Citrus #9DAA14
Tints of Citrus #9DAA14
RGB
CMYK
RGB Variations
Color information
#9DAA14 (or 0x9DAA14) is known color: Citrus. HEX triplet: 9D, AA and 14. RGB value is (157,170,20). Sum of RGB (Red+Green+Blue) = 157+170+20=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAA14 is #6255EB. Grayscale: #959595. Windows color (decimal): -6444524 or 1354397. OLE color: 1354397.
HSL color Cylindrical-coordinate representation of color #9DAA14: hue angle of 65.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9DAA14 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 170 | 20 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.33 |
| HSL | 65.2º | 0.79% | 0.37% | - |
| HSV(B) | 65.2º | 0.88% | 0.67% | - |
| XYZ | 28.41 | 35.97 | 6.11 | - |
| YUV | 149.01 | 55.19 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 20 | 0.08 | 0 | 0.88 | 0.33 | 65.2 | 0.79 | 0.37 |
| Hex | 9D | AA | 14 | 8 | 0 | 58 | 21 | 41 | 4F | 25 |
| Octal | 235 | 252 | 24 | 10 | 0 | 130 | 41 | 101 | 117 | 45 |
| Binary | 10011101 | 10101010 | 10100 | 1000 | 0 | 1011000 | 100001 | 1000001 | 1001111 | 100101 |
Color Harmonies of #9DAA14
Complementary color
Monochromatic Colors of #9DAA14
Black with #9DAA14
Text Example
Text Example
White with #9DAA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAA14; }
p { color: rgb(157,170,20); }
H1.HeaderClassName
{
color: #9DAA14;
}
.AnyTagClassName
{
color: #9DAA14;
}
</style>
background-color css
<style>
a { background-color: #9DAA14; }
a { background-color: rgb(157,170,20); }
div.DivClassName
{
background-color: #9DAA14;
}
.BgClassName
{
background-color: #9DAA14;
}
</style>
border-color css
<style>
span { border-color: #9DAA14; }
span { border-color: rgb(157,170,20); }
td.TdClassName
{
border-color: #9DAA14;
}
.TagClassName
{
border-color: #9DAA14;
}
</style>