Shades of Citrus #9CAF10
Tints of Citrus #9CAF10
RGB
CMYK
RGB Variations
Color information
#9CAF10 (or 0x9CAF10) is known color: Citrus. HEX triplet: 9C, AF and 10. RGB value is (156,175,16). Sum of RGB (Red+Green+Blue) = 156+175+16=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CAF10 is #6350EF. Grayscale: #979797. Windows color (decimal): -6508784 or 1093532. OLE color: 1093532.
HSL color Cylindrical-coordinate representation of color #9CAF10: hue angle of 67.17º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9CAF10 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 16 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.31 |
| HSL | 67.17º | 0.83% | 0.37% | - |
| HSV(B) | 67.17º | 0.91% | 0.69% | - |
| XYZ | 29.13 | 37.77 | 6.24 | - |
| YUV | 151.19 | 51.71 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 16 | 0.11 | 0 | 0.91 | 0.31 | 67.17 | 0.83 | 0.37 |
| Hex | 9C | AF | 10 | B | 0 | 5B | 1F | 43 | 53 | 25 |
| Octal | 234 | 257 | 20 | 13 | 0 | 133 | 37 | 103 | 123 | 45 |
| Binary | 10011100 | 10101111 | 10000 | 1011 | 0 | 1011011 | 11111 | 1000011 | 1010011 | 100101 |
Color Harmonies of #9CAF10
Complementary color
Monochromatic Colors of #9CAF10
Black with #9CAF10
Text Example
Text Example
White with #9CAF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAF10; }
p { color: rgb(156,175,16); }
H1.HeaderClassName
{
color: #9CAF10;
}
.AnyTagClassName
{
color: #9CAF10;
}
</style>
background-color css
<style>
a { background-color: #9CAF10; }
a { background-color: rgb(156,175,16); }
div.DivClassName
{
background-color: #9CAF10;
}
.BgClassName
{
background-color: #9CAF10;
}
</style>
border-color css
<style>
span { border-color: #9CAF10; }
span { border-color: rgb(156,175,16); }
td.TdClassName
{
border-color: #9CAF10;
}
.TagClassName
{
border-color: #9CAF10;
}
</style>