Shades of Citrus #9ECD03
Tints of Citrus #9ECD03
RGB
CMYK
RGB Variations
Color information
#9ECD03 (or 0x9ECD03) is known color: Citrus. HEX triplet: 9E, CD and 03. RGB value is (158,205,3). Sum of RGB (Red+Green+Blue) = 158+205+3=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 205 (80.47% from 255 or 56.01% from 366); Blue value is 3 (1.56% from 255 or 0.82% from 366); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECD03 is #6132FC. Grayscale: #A8A8A8. Windows color (decimal): -6370045 or 249246. OLE color: 249246.
HSL color Cylindrical-coordinate representation of color #9ECD03: hue angle of 73.96º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9ECD03 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 205 | 3 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.20 |
| HSL | 73.96º | 0.97% | 0.41% | - |
| HSV(B) | 73.96º | 0.99% | 0.8% | - |
| XYZ | 35.95 | 50.94 | 8.02 | - |
| YUV | 167.92 | 34.93 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 3 | 0.23 | 0 | 0.99 | 0.20 | 73.96 | 0.97 | 0.41 |
| Hex | 9E | CD | 3 | 17 | 0 | 63 | 14 | 4A | 61 | 29 |
| Octal | 236 | 315 | 3 | 27 | 0 | 143 | 24 | 112 | 141 | 51 |
| Binary | 10011110 | 11001101 | 11 | 10111 | 0 | 1100011 | 10100 | 1001010 | 1100001 | 101001 |
Color Harmonies of #9ECD03
Complementary color
Monochromatic Colors of #9ECD03
Black with #9ECD03
Text Example
Text Example
White with #9ECD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECD03; }
p { color: rgb(158,205,3); }
H1.HeaderClassName
{
color: #9ECD03;
}
.AnyTagClassName
{
color: #9ECD03;
}
</style>
background-color css
<style>
a { background-color: #9ECD03; }
a { background-color: rgb(158,205,3); }
div.DivClassName
{
background-color: #9ECD03;
}
.BgClassName
{
background-color: #9ECD03;
}
</style>
border-color css
<style>
span { border-color: #9ECD03; }
span { border-color: rgb(158,205,3); }
td.TdClassName
{
border-color: #9ECD03;
}
.TagClassName
{
border-color: #9ECD03;
}
</style>