Shades of Citrus #9CAF0E
Tints of Citrus #9CAF0E
RGB
CMYK
RGB Variations
Color information
#9CAF0E (or 0x9CAF0E) is known color: Citrus. HEX triplet: 9C, AF and 0E. RGB value is (156,175,14). Sum of RGB (Red+Green+Blue) = 156+175+14=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CAF0E is #6350F1. Grayscale: #979797. Windows color (decimal): -6508786 or 962460. OLE color: 962460.
HSL color Cylindrical-coordinate representation of color #9CAF0E: hue angle of 67.08º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CAF0E is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 14 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.31 |
| HSL | 67.08º | 0.85% | 0.37% | - |
| HSV(B) | 67.08º | 0.92% | 0.69% | - |
| XYZ | 29.12 | 37.76 | 6.17 | - |
| YUV | 150.97 | 50.71 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 14 | 0.11 | 0 | 0.92 | 0.31 | 67.08 | 0.85 | 0.37 |
| Hex | 9C | AF | E | B | 0 | 5C | 1F | 43 | 55 | 25 |
| Octal | 234 | 257 | 16 | 13 | 0 | 134 | 37 | 103 | 125 | 45 |
| Binary | 10011100 | 10101111 | 1110 | 1011 | 0 | 1011100 | 11111 | 1000011 | 1010101 | 100101 |
Color Harmonies of #9CAF0E
Complementary color
Monochromatic Colors of #9CAF0E
Black with #9CAF0E
Text Example
Text Example
White with #9CAF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAF0E; }
p { color: rgb(156,175,14); }
H1.HeaderClassName
{
color: #9CAF0E;
}
.AnyTagClassName
{
color: #9CAF0E;
}
</style>
background-color css
<style>
a { background-color: #9CAF0E; }
a { background-color: rgb(156,175,14); }
div.DivClassName
{
background-color: #9CAF0E;
}
.BgClassName
{
background-color: #9CAF0E;
}
</style>
border-color css
<style>
span { border-color: #9CAF0E; }
span { border-color: rgb(156,175,14); }
td.TdClassName
{
border-color: #9CAF0E;
}
.TagClassName
{
border-color: #9CAF0E;
}
</style>