Shades of Citrus #9DA90F
Tints of Citrus #9DA90F
RGB
CMYK
RGB Variations
Color information
#9DA90F (or 0x9DA90F) is known color: Citrus. HEX triplet: 9D, A9 and 0F. RGB value is (157,169,15). Sum of RGB (Red+Green+Blue) = 157+169+15=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 169 (66.41% from 255 or 49.56% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 169 - color contains mainly: green. Hex color #9DA90F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA90F is #6256F0. Grayscale: #949494. Windows color (decimal): -6444785 or 1026461. OLE color: 1026461.
HSL color Cylindrical-coordinate representation of color #9DA90F: hue angle of 64.68º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DA90F is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 169 | 15 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.34 |
| HSL | 64.68º | 0.84% | 0.36% | - |
| HSV(B) | 64.68º | 0.91% | 0.66% | - |
| XYZ | 28.18 | 35.58 | 5.83 | - |
| YUV | 147.86 | 53.02 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 169 | 15 | 0.07 | 0 | 0.91 | 0.34 | 64.68 | 0.84 | 0.36 |
| Hex | 9D | A9 | F | 7 | 0 | 5B | 22 | 41 | 54 | 24 |
| Octal | 235 | 251 | 17 | 7 | 0 | 133 | 42 | 101 | 124 | 44 |
| Binary | 10011101 | 10101001 | 1111 | 111 | 0 | 1011011 | 100010 | 1000001 | 1010100 | 100100 |
Color Harmonies of #9DA90F
Complementary color
Monochromatic Colors of #9DA90F
Black with #9DA90F
Text Example
Text Example
White with #9DA90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA90F; }
p { color: rgb(157,169,15); }
H1.HeaderClassName
{
color: #9DA90F;
}
.AnyTagClassName
{
color: #9DA90F;
}
</style>
background-color css
<style>
a { background-color: #9DA90F; }
a { background-color: rgb(157,169,15); }
div.DivClassName
{
background-color: #9DA90F;
}
.BgClassName
{
background-color: #9DA90F;
}
</style>
border-color css
<style>
span { border-color: #9DA90F; }
span { border-color: rgb(157,169,15); }
td.TdClassName
{
border-color: #9DA90F;
}
.TagClassName
{
border-color: #9DA90F;
}
</style>