Shades of Citrus #9DA20F
Tints of Citrus #9DA20F
RGB
CMYK
RGB Variations
Color information
#9DA20F (or 0x9DA20F) is known color: Citrus. HEX triplet: 9D, A2 and 0F. RGB value is (157,162,15). Sum of RGB (Red+Green+Blue) = 157+162+15=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA20F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA20F is #625DF0. Grayscale: #909090. Windows color (decimal): -6446577 or 1024669. OLE color: 1024669.
HSL color Cylindrical-coordinate representation of color #9DA20F: hue angle of 62.04º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DA20F is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 162 | 15 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.36 |
| HSL | 62.04º | 0.83% | 0.35% | - |
| HSV(B) | 62.04º | 0.91% | 0.64% | - |
| XYZ | 26.91 | 33.04 | 5.41 | - |
| YUV | 143.75 | 55.34 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 15 | 0.03 | 0 | 0.91 | 0.36 | 62.04 | 0.83 | 0.35 |
| Hex | 9D | A2 | F | 3 | 0 | 5B | 24 | 3E | 53 | 23 |
| Octal | 235 | 242 | 17 | 3 | 0 | 133 | 44 | 76 | 123 | 43 |
| Binary | 10011101 | 10100010 | 1111 | 11 | 0 | 1011011 | 100100 | 111110 | 1010011 | 100011 |
Color Harmonies of #9DA20F
Complementary color
Monochromatic Colors of #9DA20F
Black with #9DA20F
Text Example
Text Example
White with #9DA20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA20F; }
p { color: rgb(157,162,15); }
H1.HeaderClassName
{
color: #9DA20F;
}
.AnyTagClassName
{
color: #9DA20F;
}
</style>
background-color css
<style>
a { background-color: #9DA20F; }
a { background-color: rgb(157,162,15); }
div.DivClassName
{
background-color: #9DA20F;
}
.BgClassName
{
background-color: #9DA20F;
}
</style>
border-color css
<style>
span { border-color: #9DA20F; }
span { border-color: rgb(157,162,15); }
td.TdClassName
{
border-color: #9DA20F;
}
.TagClassName
{
border-color: #9DA20F;
}
</style>