Shades of Citrus #9DB41A
Tints of Citrus #9DB41A
RGB
CMYK
RGB Variations
Color information
#9DB41A (or 0x9DB41A) is known color: Citrus. HEX triplet: 9D, B4 and 1A. RGB value is (157,180,26). Sum of RGB (Red+Green+Blue) = 157+180+26=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 180 (70.70% from 255 or 49.59% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB41A is #624BE5. Grayscale: #9C9C9C. Windows color (decimal): -6441958 or 1750173. OLE color: 1750173.
HSL color Cylindrical-coordinate representation of color #9DB41A: hue angle of 68.96º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9DB41A is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 26 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.29 |
| HSL | 68.96º | 0.75% | 0.4% | - |
| HSV(B) | 68.96º | 0.86% | 0.71% | - |
| XYZ | 30.41 | 39.89 | 7.07 | - |
| YUV | 155.57 | 54.88 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 26 | 0.13 | 0 | 0.86 | 0.29 | 68.96 | 0.75 | 0.4 |
| Hex | 9D | B4 | 1A | D | 0 | 56 | 1D | 45 | 4B | 28 |
| Octal | 235 | 264 | 32 | 15 | 0 | 126 | 35 | 105 | 113 | 50 |
| Binary | 10011101 | 10110100 | 11010 | 1101 | 0 | 1010110 | 11101 | 1000101 | 1001011 | 101000 |
Color Harmonies of #9DB41A
Complementary color
Monochromatic Colors of #9DB41A
Black with #9DB41A
Text Example
Text Example
White with #9DB41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB41A; }
p { color: rgb(157,180,26); }
H1.HeaderClassName
{
color: #9DB41A;
}
.AnyTagClassName
{
color: #9DB41A;
}
</style>
background-color css
<style>
a { background-color: #9DB41A; }
a { background-color: rgb(157,180,26); }
div.DivClassName
{
background-color: #9DB41A;
}
.BgClassName
{
background-color: #9DB41A;
}
</style>
border-color css
<style>
span { border-color: #9DB41A; }
span { border-color: rgb(157,180,26); }
td.TdClassName
{
border-color: #9DB41A;
}
.TagClassName
{
border-color: #9DB41A;
}
</style>