Shades of Citron #9CA02D
Tints of Citron #9CA02D
RGB
CMYK
RGB Variations
Color information
#9CA02D (or 0x9CA02D) is known color: Citron. HEX triplet: 9C, A0 and 2D. RGB value is (156,160,45). Sum of RGB (Red+Green+Blue) = 156+160+45=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA02D is #635FD2. Grayscale: #929292. Windows color (decimal): -6512595 or 2990236. OLE color: 2990236.
HSL color Cylindrical-coordinate representation of color #9CA02D: hue angle of 62.09º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9CA02D is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 160 | 45 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.37 |
| HSL | 62.09º | 0.56% | 0.4% | - |
| HSV(B) | 62.09º | 0.72% | 0.63% | - |
| XYZ | 26.75 | 32.4 | 7.33 | - |
| YUV | 145.69 | 71.17 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 160 | 45 | 0.02 | 0 | 0.72 | 0.37 | 62.09 | 0.56 | 0.4 |
| Hex | 9C | A0 | 2D | 2 | 0 | 48 | 25 | 3E | 38 | 28 |
| Octal | 234 | 240 | 55 | 2 | 0 | 110 | 45 | 76 | 70 | 50 |
| Binary | 10011100 | 10100000 | 101101 | 10 | 0 | 1001000 | 100101 | 111110 | 111000 | 101000 |
Color Harmonies of #9CA02D
Complementary color
Monochromatic Colors of #9CA02D
Black with #9CA02D
Text Example
Text Example
White with #9CA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA02D; }
p { color: rgb(156,160,45); }
H1.HeaderClassName
{
color: #9CA02D;
}
.AnyTagClassName
{
color: #9CA02D;
}
</style>
background-color css
<style>
a { background-color: #9CA02D; }
a { background-color: rgb(156,160,45); }
div.DivClassName
{
background-color: #9CA02D;
}
.BgClassName
{
background-color: #9CA02D;
}
</style>
border-color css
<style>
span { border-color: #9CA02D; }
span { border-color: rgb(156,160,45); }
td.TdClassName
{
border-color: #9CA02D;
}
.TagClassName
{
border-color: #9CA02D;
}
</style>