Shades of Citrus #9DC60A
Tints of Citrus #9DC60A
RGB
CMYK
RGB Variations
Color information
#9DC60A (or 0x9DC60A) is known color: Citrus. HEX triplet: 9D, C6 and 0A. RGB value is (157,198,10). Sum of RGB (Red+Green+Blue) = 157+198+10=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 198 (77.73% from 255 or 54.25% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC60A is #6239F5. Grayscale: #A5A5A5. Windows color (decimal): -6437366 or 706205. OLE color: 706205.
HSL color Cylindrical-coordinate representation of color #9DC60A: hue angle of 73.09º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9DC60A is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 198 | 10 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.22 |
| HSL | 73.09º | 0.9% | 0.41% | - |
| HSV(B) | 73.09º | 0.95% | 0.78% | - |
| XYZ | 34.15 | 47.58 | 7.67 | - |
| YUV | 164.31 | 40.92 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 198 | 10 | 0.21 | 0 | 0.95 | 0.22 | 73.09 | 0.9 | 0.41 |
| Hex | 9D | C6 | A | 15 | 0 | 5F | 16 | 49 | 5A | 29 |
| Octal | 235 | 306 | 12 | 25 | 0 | 137 | 26 | 111 | 132 | 51 |
| Binary | 10011101 | 11000110 | 1010 | 10101 | 0 | 1011111 | 10110 | 1001001 | 1011010 | 101001 |
Color Harmonies of #9DC60A
Complementary color
Monochromatic Colors of #9DC60A
Black with #9DC60A
Text Example
Text Example
White with #9DC60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC60A; }
p { color: rgb(157,198,10); }
H1.HeaderClassName
{
color: #9DC60A;
}
.AnyTagClassName
{
color: #9DC60A;
}
</style>
background-color css
<style>
a { background-color: #9DC60A; }
a { background-color: rgb(157,198,10); }
div.DivClassName
{
background-color: #9DC60A;
}
.BgClassName
{
background-color: #9DC60A;
}
</style>
border-color css
<style>
span { border-color: #9DC60A; }
span { border-color: rgb(157,198,10); }
td.TdClassName
{
border-color: #9DC60A;
}
.TagClassName
{
border-color: #9DC60A;
}
</style>