Shades of Citrus #9ED202
Tints of Citrus #9ED202
RGB
CMYK
RGB Variations
Color information
#9ED202 (or 0x9ED202) is known color: Citrus. HEX triplet: 9E, D2 and 02. RGB value is (158,210,2). Sum of RGB (Red+Green+Blue) = 158+210+2=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 210 (82.42% from 255 or 56.76% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED202 is #612DFD. Grayscale: #ABABAB. Windows color (decimal): -6368766 or 184990. OLE color: 184990.
HSL color Cylindrical-coordinate representation of color #9ED202: hue angle of 75º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9ED202 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 210 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.18 |
| HSL | 75º | 0.98% | 0.42% | - |
| HSV(B) | 75º | 0.99% | 0.82% | - |
| XYZ | 37.16 | 53.37 | 8.4 | - |
| YUV | 170.74 | 32.77 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 210 | 2 | 0.25 | 0 | 0.99 | 0.18 | 75 | 0.98 | 0.42 |
| Hex | 9E | D2 | 2 | 19 | 0 | 63 | 12 | 4B | 62 | 2A |
| Octal | 236 | 322 | 2 | 31 | 0 | 143 | 22 | 113 | 142 | 52 |
| Binary | 10011110 | 11010010 | 10 | 11001 | 0 | 1100011 | 10010 | 1001011 | 1100010 | 101010 |
Color Harmonies of #9ED202
Complementary color
Monochromatic Colors of #9ED202
Black with #9ED202
Text Example
Text Example
White with #9ED202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED202; }
p { color: rgb(158,210,2); }
H1.HeaderClassName
{
color: #9ED202;
}
.AnyTagClassName
{
color: #9ED202;
}
</style>
background-color css
<style>
a { background-color: #9ED202; }
a { background-color: rgb(158,210,2); }
div.DivClassName
{
background-color: #9ED202;
}
.BgClassName
{
background-color: #9ED202;
}
</style>
border-color css
<style>
span { border-color: #9ED202; }
span { border-color: rgb(158,210,2); }
td.TdClassName
{
border-color: #9ED202;
}
.TagClassName
{
border-color: #9ED202;
}
</style>