Shades of Citrus #9FAE06
Tints of Citrus #9FAE06
RGB
CMYK
RGB Variations
Color information
#9FAE06 (or 0x9FAE06) is known color: Citrus. HEX triplet: 9F, AE and 06. RGB value is (159,174,6). Sum of RGB (Red+Green+Blue) = 159+174+6=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 174 (68.36% from 255 or 51.33% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAE06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAE06 is #6051F9. Grayscale: #979797. Windows color (decimal): -6312442 or 437919. OLE color: 437919.
HSL color Cylindrical-coordinate representation of color #9FAE06: hue angle of 65.36º 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 #9FAE06 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 174 | 6 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.32 |
| HSL | 65.36º | 0.93% | 0.35% | - |
| HSV(B) | 65.36º | 0.97% | 0.68% | - |
| XYZ | 29.47 | 37.66 | 5.89 | - |
| YUV | 150.36 | 46.53 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 6 | 0.09 | 0 | 0.97 | 0.32 | 65.36 | 0.93 | 0.35 |
| Hex | 9F | AE | 6 | 9 | 0 | 61 | 20 | 41 | 5D | 23 |
| Octal | 237 | 256 | 6 | 11 | 0 | 141 | 40 | 101 | 135 | 43 |
| Binary | 10011111 | 10101110 | 110 | 1001 | 0 | 1100001 | 100000 | 1000001 | 1011101 | 100011 |
Color Harmonies of #9FAE06
Complementary color
Monochromatic Colors of #9FAE06
Black with #9FAE06
Text Example
Text Example
White with #9FAE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAE06; }
p { color: rgb(159,174,6); }
H1.HeaderClassName
{
color: #9FAE06;
}
.AnyTagClassName
{
color: #9FAE06;
}
</style>
background-color css
<style>
a { background-color: #9FAE06; }
a { background-color: rgb(159,174,6); }
div.DivClassName
{
background-color: #9FAE06;
}
.BgClassName
{
background-color: #9FAE06;
}
</style>
border-color css
<style>
span { border-color: #9FAE06; }
span { border-color: rgb(159,174,6); }
td.TdClassName
{
border-color: #9FAE06;
}
.TagClassName
{
border-color: #9FAE06;
}
</style>