Shades of Citrus #9ED003
Tints of Citrus #9ED003
RGB
CMYK
RGB Variations
Color information
#9ED003 (or 0x9ED003) is known color: Citrus. HEX triplet: 9E, D0 and 03. RGB value is (158,208,3). Sum of RGB (Red+Green+Blue) = 158+208+3=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED003 is #612FFC. Grayscale: #AAAAAA. Windows color (decimal): -6369277 or 250014. OLE color: 250014.
HSL color Cylindrical-coordinate representation of color #9ED003: hue angle of 74.63º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9ED003 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 208 | 3 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.18 |
| HSL | 74.63º | 0.97% | 0.41% | - |
| HSV(B) | 74.63º | 0.99% | 0.82% | - |
| XYZ | 36.67 | 52.39 | 8.27 | - |
| YUV | 169.68 | 33.94 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 208 | 3 | 0.24 | 0 | 0.99 | 0.18 | 74.63 | 0.97 | 0.41 |
| Hex | 9E | D0 | 3 | 18 | 0 | 63 | 12 | 4B | 61 | 29 |
| Octal | 236 | 320 | 3 | 30 | 0 | 143 | 22 | 113 | 141 | 51 |
| Binary | 10011110 | 11010000 | 11 | 11000 | 0 | 1100011 | 10010 | 1001011 | 1100001 | 101001 |
Color Harmonies of #9ED003
Complementary color
Monochromatic Colors of #9ED003
Black with #9ED003
Text Example
Text Example
White with #9ED003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED003; }
p { color: rgb(158,208,3); }
H1.HeaderClassName
{
color: #9ED003;
}
.AnyTagClassName
{
color: #9ED003;
}
</style>
background-color css
<style>
a { background-color: #9ED003; }
a { background-color: rgb(158,208,3); }
div.DivClassName
{
background-color: #9ED003;
}
.BgClassName
{
background-color: #9ED003;
}
</style>
border-color css
<style>
span { border-color: #9ED003; }
span { border-color: rgb(158,208,3); }
td.TdClassName
{
border-color: #9ED003;
}
.TagClassName
{
border-color: #9ED003;
}
</style>