Shades of Citron #9DA81B
Tints of Citron #9DA81B
RGB
CMYK
RGB Variations
Color information
#9DA81B (or 0x9DA81B) is known color: Citron. HEX triplet: 9D, A8 and 1B. RGB value is (157,168,27). Sum of RGB (Red+Green+Blue) = 157+168+27=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 168 (66.02% from 255 or 47.73% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 168 - color contains mainly: green. Hex color #9DA81B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA81B is #6257E4. Grayscale: #959595. Windows color (decimal): -6445029 or 1812637. OLE color: 1812637.
HSL color Cylindrical-coordinate representation of color #9DA81B: hue angle of 64.68º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9DA81B is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 168 | 27 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.34 |
| HSL | 64.68º | 0.72% | 0.38% | - |
| HSV(B) | 64.68º | 0.84% | 0.66% | - |
| XYZ | 28.11 | 35.25 | 6.36 | - |
| YUV | 148.64 | 59.36 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 168 | 27 | 0.07 | 0 | 0.84 | 0.34 | 64.68 | 0.72 | 0.38 |
| Hex | 9D | A8 | 1B | 7 | 0 | 54 | 22 | 41 | 48 | 26 |
| Octal | 235 | 250 | 33 | 7 | 0 | 124 | 42 | 101 | 110 | 46 |
| Binary | 10011101 | 10101000 | 11011 | 111 | 0 | 1010100 | 100010 | 1000001 | 1001000 | 100110 |
Color Harmonies of #9DA81B
Complementary color
Monochromatic Colors of #9DA81B
Black with #9DA81B
Text Example
Text Example
White with #9DA81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA81B; }
p { color: rgb(157,168,27); }
H1.HeaderClassName
{
color: #9DA81B;
}
.AnyTagClassName
{
color: #9DA81B;
}
</style>
background-color css
<style>
a { background-color: #9DA81B; }
a { background-color: rgb(157,168,27); }
div.DivClassName
{
background-color: #9DA81B;
}
.BgClassName
{
background-color: #9DA81B;
}
</style>
border-color css
<style>
span { border-color: #9DA81B; }
span { border-color: rgb(157,168,27); }
td.TdClassName
{
border-color: #9DA81B;
}
.TagClassName
{
border-color: #9DA81B;
}
</style>