Shades of Citron #9DA52A
Tints of Citron #9DA52A
RGB
CMYK
RGB Variations
Color information
#9DA52A (or 0x9DA52A) is known color: Citron. HEX triplet: 9D, A5 and 2A. RGB value is (157,165,42). Sum of RGB (Red+Green+Blue) = 157+165+42=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 165 (64.84% from 255 or 45.33% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA52A is #625AD5. Grayscale: #959595. Windows color (decimal): -6445782 or 2794909. OLE color: 2794909.
HSL color Cylindrical-coordinate representation of color #9DA52A: hue angle of 63.9º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9DA52A is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 165 | 42 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.35 |
| HSL | 63.9º | 0.59% | 0.41% | - |
| HSV(B) | 63.9º | 0.75% | 0.65% | - |
| XYZ | 27.78 | 34.25 | 7.34 | - |
| YUV | 148.59 | 67.85 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 165 | 42 | 0.05 | 0 | 0.75 | 0.35 | 63.9 | 0.59 | 0.41 |
| Hex | 9D | A5 | 2A | 5 | 0 | 4B | 23 | 40 | 3B | 29 |
| Octal | 235 | 245 | 52 | 5 | 0 | 113 | 43 | 100 | 73 | 51 |
| Binary | 10011101 | 10100101 | 101010 | 101 | 0 | 1001011 | 100011 | 1000000 | 111011 | 101001 |
Color Harmonies of #9DA52A
Complementary color
Monochromatic Colors of #9DA52A
Black with #9DA52A
Text Example
Text Example
White with #9DA52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA52A; }
p { color: rgb(157,165,42); }
H1.HeaderClassName
{
color: #9DA52A;
}
.AnyTagClassName
{
color: #9DA52A;
}
</style>
background-color css
<style>
a { background-color: #9DA52A; }
a { background-color: rgb(157,165,42); }
div.DivClassName
{
background-color: #9DA52A;
}
.BgClassName
{
background-color: #9DA52A;
}
</style>
border-color css
<style>
span { border-color: #9DA52A; }
span { border-color: rgb(157,165,42); }
td.TdClassName
{
border-color: #9DA52A;
}
.TagClassName
{
border-color: #9DA52A;
}
</style>