Shades of Citrus #9DA401
Tints of Citrus #9DA401
RGB
CMYK
RGB Variations
Color information
#9DA401 (or 0x9DA401) is known color: Citrus. HEX triplet: 9D, A4 and 01. RGB value is (157,164,1). Sum of RGB (Red+Green+Blue) = 157+164+1=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 164 (64.45% from 255 or 50.93% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA401 is #625BFE. Grayscale: #8F8F8F. Windows color (decimal): -6446079 or 107677. OLE color: 107677.
HSL color Cylindrical-coordinate representation of color #9DA401: hue angle of 62.58º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DA401 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 164 | 1 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.36 |
| HSL | 62.58º | 0.99% | 0.32% | - |
| HSV(B) | 62.58º | 0.99% | 0.64% | - |
| XYZ | 27.19 | 33.72 | 5.1 | - |
| YUV | 143.33 | 47.68 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 164 | 1 | 0.04 | 0 | 0.99 | 0.36 | 62.58 | 0.99 | 0.32 |
| Hex | 9D | A4 | 1 | 4 | 0 | 63 | 24 | 3F | 63 | 20 |
| Octal | 235 | 244 | 1 | 4 | 0 | 143 | 44 | 77 | 143 | 40 |
| Binary | 10011101 | 10100100 | 1 | 100 | 0 | 1100011 | 100100 | 111111 | 1100011 | 100000 |
Color Harmonies of #9DA401
Complementary color
Monochromatic Colors of #9DA401
Black with #9DA401
Text Example
Text Example
White with #9DA401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA401; }
p { color: rgb(157,164,1); }
H1.HeaderClassName
{
color: #9DA401;
}
.AnyTagClassName
{
color: #9DA401;
}
</style>
background-color css
<style>
a { background-color: #9DA401; }
a { background-color: rgb(157,164,1); }
div.DivClassName
{
background-color: #9DA401;
}
.BgClassName
{
background-color: #9DA401;
}
</style>
border-color css
<style>
span { border-color: #9DA401; }
span { border-color: rgb(157,164,1); }
td.TdClassName
{
border-color: #9DA401;
}
.TagClassName
{
border-color: #9DA401;
}
</style>