Shades of Citrus #9CAF0D
Tints of Citrus #9CAF0D
RGB
CMYK
RGB Variations
Color information
#9CAF0D (or 0x9CAF0D) is known color: Citrus. HEX triplet: 9C, AF and 0D. RGB value is (156,175,13). Sum of RGB (Red+Green+Blue) = 156+175+13=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CAF0D is #6350F2. Grayscale: #979797. Windows color (decimal): -6508787 or 896924. OLE color: 896924.
HSL color Cylindrical-coordinate representation of color #9CAF0D: hue angle of 67.04º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9CAF0D is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 13 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.31 |
| HSL | 67.04º | 0.86% | 0.37% | - |
| HSV(B) | 67.04º | 0.93% | 0.69% | - |
| XYZ | 29.11 | 37.76 | 6.13 | - |
| YUV | 150.85 | 50.21 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 13 | 0.11 | 0 | 0.93 | 0.31 | 67.04 | 0.86 | 0.37 |
| Hex | 9C | AF | D | B | 0 | 5D | 1F | 43 | 56 | 25 |
| Octal | 234 | 257 | 15 | 13 | 0 | 135 | 37 | 103 | 126 | 45 |
| Binary | 10011100 | 10101111 | 1101 | 1011 | 0 | 1011101 | 11111 | 1000011 | 1010110 | 100101 |
Color Harmonies of #9CAF0D
Complementary color
Monochromatic Colors of #9CAF0D
Black with #9CAF0D
Text Example
Text Example
White with #9CAF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAF0D; }
p { color: rgb(156,175,13); }
H1.HeaderClassName
{
color: #9CAF0D;
}
.AnyTagClassName
{
color: #9CAF0D;
}
</style>
background-color css
<style>
a { background-color: #9CAF0D; }
a { background-color: rgb(156,175,13); }
div.DivClassName
{
background-color: #9CAF0D;
}
.BgClassName
{
background-color: #9CAF0D;
}
</style>
border-color css
<style>
span { border-color: #9CAF0D; }
span { border-color: rgb(156,175,13); }
td.TdClassName
{
border-color: #9CAF0D;
}
.TagClassName
{
border-color: #9CAF0D;
}
</style>