Shades of Citrus #9DAB04
Tints of Citrus #9DAB04
RGB
CMYK
RGB Variations
Color information
#9DAB04 (or 0x9DAB04) is known color: Citrus. HEX triplet: 9D, AB and 04. RGB value is (157,171,4). Sum of RGB (Red+Green+Blue) = 157+171+4=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAB04 is #6254FB. Grayscale: #949494. Windows color (decimal): -6444284 or 306077. OLE color: 306077.
HSL color Cylindrical-coordinate representation of color #9DAB04: hue angle of 65.03º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9DAB04 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 171 | 4 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.33 |
| HSL | 65.03º | 0.95% | 0.34% | - |
| HSV(B) | 65.03º | 0.98% | 0.67% | - |
| XYZ | 28.49 | 36.3 | 5.62 | - |
| YUV | 147.78 | 46.86 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 4 | 0.08 | 0 | 0.98 | 0.33 | 65.03 | 0.95 | 0.34 |
| Hex | 9D | AB | 4 | 8 | 0 | 62 | 21 | 41 | 5F | 22 |
| Octal | 235 | 253 | 4 | 10 | 0 | 142 | 41 | 101 | 137 | 42 |
| Binary | 10011101 | 10101011 | 100 | 1000 | 0 | 1100010 | 100001 | 1000001 | 1011111 | 100010 |
Color Harmonies of #9DAB04
Complementary color
Monochromatic Colors of #9DAB04
Black with #9DAB04
Text Example
Text Example
White with #9DAB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAB04; }
p { color: rgb(157,171,4); }
H1.HeaderClassName
{
color: #9DAB04;
}
.AnyTagClassName
{
color: #9DAB04;
}
</style>
background-color css
<style>
a { background-color: #9DAB04; }
a { background-color: rgb(157,171,4); }
div.DivClassName
{
background-color: #9DAB04;
}
.BgClassName
{
background-color: #9DAB04;
}
</style>
border-color css
<style>
span { border-color: #9DAB04; }
span { border-color: rgb(157,171,4); }
td.TdClassName
{
border-color: #9DAB04;
}
.TagClassName
{
border-color: #9DAB04;
}
</style>