Shades of Citron #9DAC21
Tints of Citron #9DAC21
RGB
CMYK
RGB Variations
Color information
#9DAC21 (or 0x9DAC21) is known color: Citron. HEX triplet: 9D, AC and 21. RGB value is (157,172,33). Sum of RGB (Red+Green+Blue) = 157+172+33=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAC21 is #6253DE. Grayscale: #989898. Windows color (decimal): -6443999 or 2206877. OLE color: 2206877.
HSL color Cylindrical-coordinate representation of color #9DAC21: hue angle of 66.47º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9DAC21 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 33 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.33 |
| HSL | 66.47º | 0.68% | 0.4% | - |
| HSV(B) | 66.47º | 0.81% | 0.67% | - |
| XYZ | 28.93 | 36.78 | 7.01 | - |
| YUV | 151.67 | 61.03 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 33 | 0.09 | 0 | 0.81 | 0.33 | 66.47 | 0.68 | 0.4 |
| Hex | 9D | AC | 21 | 9 | 0 | 51 | 21 | 42 | 44 | 28 |
| Octal | 235 | 254 | 41 | 11 | 0 | 121 | 41 | 102 | 104 | 50 |
| Binary | 10011101 | 10101100 | 100001 | 1001 | 0 | 1010001 | 100001 | 1000010 | 1000100 | 101000 |
Color Harmonies of #9DAC21
Complementary color
Monochromatic Colors of #9DAC21
Black with #9DAC21
Text Example
Text Example
White with #9DAC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAC21; }
p { color: rgb(157,172,33); }
H1.HeaderClassName
{
color: #9DAC21;
}
.AnyTagClassName
{
color: #9DAC21;
}
</style>
background-color css
<style>
a { background-color: #9DAC21; }
a { background-color: rgb(157,172,33); }
div.DivClassName
{
background-color: #9DAC21;
}
.BgClassName
{
background-color: #9DAC21;
}
</style>
border-color css
<style>
span { border-color: #9DAC21; }
span { border-color: rgb(157,172,33); }
td.TdClassName
{
border-color: #9DAC21;
}
.TagClassName
{
border-color: #9DAC21;
}
</style>