Shades of Citrus #9DC60F
Tints of Citrus #9DC60F
RGB
CMYK
RGB Variations
Color information
#9DC60F (or 0x9DC60F) is known color: Citrus. HEX triplet: 9D, C6 and 0F. RGB value is (157,198,15). Sum of RGB (Red+Green+Blue) = 157+198+15=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 198 (77.73% from 255 or 53.51% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC60F is #6239F0. Grayscale: #A5A5A5. Windows color (decimal): -6437361 or 1033885. OLE color: 1033885.
HSL color Cylindrical-coordinate representation of color #9DC60F: hue angle of 73.44º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DC60F is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 198 | 15 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.22 |
| HSL | 73.44º | 0.86% | 0.42% | - |
| HSV(B) | 73.44º | 0.92% | 0.78% | - |
| XYZ | 34.18 | 47.59 | 7.84 | - |
| YUV | 164.88 | 43.42 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 198 | 15 | 0.21 | 0 | 0.92 | 0.22 | 73.44 | 0.86 | 0.42 |
| Hex | 9D | C6 | F | 15 | 0 | 5C | 16 | 49 | 56 | 2A |
| Octal | 235 | 306 | 17 | 25 | 0 | 134 | 26 | 111 | 126 | 52 |
| Binary | 10011101 | 11000110 | 1111 | 10101 | 0 | 1011100 | 10110 | 1001001 | 1010110 | 101010 |
Color Harmonies of #9DC60F
Complementary color
Monochromatic Colors of #9DC60F
Black with #9DC60F
Text Example
Text Example
White with #9DC60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC60F; }
p { color: rgb(157,198,15); }
H1.HeaderClassName
{
color: #9DC60F;
}
.AnyTagClassName
{
color: #9DC60F;
}
</style>
background-color css
<style>
a { background-color: #9DC60F; }
a { background-color: rgb(157,198,15); }
div.DivClassName
{
background-color: #9DC60F;
}
.BgClassName
{
background-color: #9DC60F;
}
</style>
border-color css
<style>
span { border-color: #9DC60F; }
span { border-color: rgb(157,198,15); }
td.TdClassName
{
border-color: #9DC60F;
}
.TagClassName
{
border-color: #9DC60F;
}
</style>