Shades of Citron #9DAC1F
Tints of Citron #9DAC1F
RGB
CMYK
RGB Variations
Color information
#9DAC1F (or 0x9DAC1F) is known color: Citron. HEX triplet: 9D, AC and 1F. RGB value is (157,172,31). Sum of RGB (Red+Green+Blue) = 157+172+31=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAC1F is #6253E0. Grayscale: #979797. Windows color (decimal): -6444001 or 2075805. OLE color: 2075805.
HSL color Cylindrical-coordinate representation of color #9DAC1F: hue angle of 66.38º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9DAC1F is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 31 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.33 |
| HSL | 66.38º | 0.69% | 0.4% | - |
| HSV(B) | 66.38º | 0.82% | 0.67% | - |
| XYZ | 28.9 | 36.77 | 6.87 | - |
| YUV | 151.44 | 60.03 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 31 | 0.09 | 0 | 0.82 | 0.33 | 66.38 | 0.69 | 0.4 |
| Hex | 9D | AC | 1F | 9 | 0 | 52 | 21 | 42 | 45 | 28 |
| Octal | 235 | 254 | 37 | 11 | 0 | 122 | 41 | 102 | 105 | 50 |
| Binary | 10011101 | 10101100 | 11111 | 1001 | 0 | 1010010 | 100001 | 1000010 | 1000101 | 101000 |
Color Harmonies of #9DAC1F
Complementary color
Monochromatic Colors of #9DAC1F
Black with #9DAC1F
Text Example
Text Example
White with #9DAC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAC1F; }
p { color: rgb(157,172,31); }
H1.HeaderClassName
{
color: #9DAC1F;
}
.AnyTagClassName
{
color: #9DAC1F;
}
</style>
background-color css
<style>
a { background-color: #9DAC1F; }
a { background-color: rgb(157,172,31); }
div.DivClassName
{
background-color: #9DAC1F;
}
.BgClassName
{
background-color: #9DAC1F;
}
</style>
border-color css
<style>
span { border-color: #9DAC1F; }
span { border-color: rgb(157,172,31); }
td.TdClassName
{
border-color: #9DAC1F;
}
.TagClassName
{
border-color: #9DAC1F;
}
</style>