Shades of Citrus #9DCB09
Tints of Citrus #9DCB09
RGB
CMYK
RGB Variations
Color information
#9DCB09 (or 0x9DCB09) is known color: Citrus. HEX triplet: 9D, CB and 09. RGB value is (157,203,9). Sum of RGB (Red+Green+Blue) = 157+203+9=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 203 (79.69% from 255 or 55.01% from 369); Blue value is 9 (3.91% from 255 or 2.44% from 369); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCB09 is #6234F6. Grayscale: #A7A7A7. Windows color (decimal): -6436087 or 641949. OLE color: 641949.
HSL color Cylindrical-coordinate representation of color #9DCB09: hue angle of 74.23º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9DCB09 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 9 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.20 |
| HSL | 74.23º | 0.92% | 0.42% | - |
| HSV(B) | 74.23º | 0.96% | 0.8% | - |
| XYZ | 35.31 | 49.9 | 8.03 | - |
| YUV | 167.13 | 38.76 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 9 | 0.23 | 0 | 0.96 | 0.20 | 74.23 | 0.92 | 0.42 |
| Hex | 9D | CB | 9 | 17 | 0 | 60 | 14 | 4A | 5C | 2A |
| Octal | 235 | 313 | 11 | 27 | 0 | 140 | 24 | 112 | 134 | 52 |
| Binary | 10011101 | 11001011 | 1001 | 10111 | 0 | 1100000 | 10100 | 1001010 | 1011100 | 101010 |
Color Harmonies of #9DCB09
Complementary color
Monochromatic Colors of #9DCB09
Black with #9DCB09
Text Example
Text Example
White with #9DCB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCB09; }
p { color: rgb(157,203,9); }
H1.HeaderClassName
{
color: #9DCB09;
}
.AnyTagClassName
{
color: #9DCB09;
}
</style>
background-color css
<style>
a { background-color: #9DCB09; }
a { background-color: rgb(157,203,9); }
div.DivClassName
{
background-color: #9DCB09;
}
.BgClassName
{
background-color: #9DCB09;
}
</style>
border-color css
<style>
span { border-color: #9DCB09; }
span { border-color: rgb(157,203,9); }
td.TdClassName
{
border-color: #9DCB09;
}
.TagClassName
{
border-color: #9DCB09;
}
</style>