Shades of Citrus #9DAE06
Tints of Citrus #9DAE06
RGB
CMYK
RGB Variations
Color information
#9DAE06 (or 0x9DAE06) is known color: Citrus. HEX triplet: 9D, AE and 06. RGB value is (157,174,6). Sum of RGB (Red+Green+Blue) = 157+174+6=337 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.59% from 337); Green value is 174 (68.36% from 255 or 51.63% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAE06 is #6251F9. Grayscale: #969696. Windows color (decimal): -6443514 or 437917. OLE color: 437917.
HSL color Cylindrical-coordinate representation of color #9DAE06: hue angle of 66.07º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DAE06 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 6 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.32 |
| HSL | 66.07º | 0.93% | 0.35% | - |
| HSV(B) | 66.07º | 0.97% | 0.68% | - |
| XYZ | 29.07 | 37.45 | 5.87 | - |
| YUV | 149.77 | 46.87 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 6 | 0.10 | 0 | 0.97 | 0.32 | 66.07 | 0.93 | 0.35 |
| Hex | 9D | AE | 6 | A | 0 | 61 | 20 | 42 | 5D | 23 |
| Octal | 235 | 256 | 6 | 12 | 0 | 141 | 40 | 102 | 135 | 43 |
| Binary | 10011101 | 10101110 | 110 | 1010 | 0 | 1100001 | 100000 | 1000010 | 1011101 | 100011 |
Color Harmonies of #9DAE06
Complementary color
Monochromatic Colors of #9DAE06
Black with #9DAE06
Text Example
Text Example
White with #9DAE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE06; }
p { color: rgb(157,174,6); }
H1.HeaderClassName
{
color: #9DAE06;
}
.AnyTagClassName
{
color: #9DAE06;
}
</style>
background-color css
<style>
a { background-color: #9DAE06; }
a { background-color: rgb(157,174,6); }
div.DivClassName
{
background-color: #9DAE06;
}
.BgClassName
{
background-color: #9DAE06;
}
</style>
border-color css
<style>
span { border-color: #9DAE06; }
span { border-color: rgb(157,174,6); }
td.TdClassName
{
border-color: #9DAE06;
}
.TagClassName
{
border-color: #9DAE06;
}
</style>