Shades of Citrus #9ED105
Tints of Citrus #9ED105
RGB
CMYK
RGB Variations
Color information
#9ED105 (or 0x9ED105) is known color: Citrus. HEX triplet: 9E, D1 and 05. RGB value is (158,209,5). Sum of RGB (Red+Green+Blue) = 158+209+5=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 209 (82.03% from 255 or 56.18% from 372); Blue value is 5 (2.34% from 255 or 1.34% from 372); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED105 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED105 is #612EFA. Grayscale: #ABABAB. Windows color (decimal): -6369019 or 381342. OLE color: 381342.
HSL color Cylindrical-coordinate representation of color #9ED105: hue angle of 75º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9ED105 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 209 | 5 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.18 |
| HSL | 75º | 0.95% | 0.42% | - |
| HSV(B) | 75º | 0.98% | 0.82% | - |
| XYZ | 36.93 | 52.88 | 8.4 | - |
| YUV | 170.5 | 34.6 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 209 | 5 | 0.24 | 0 | 0.98 | 0.18 | 75 | 0.95 | 0.42 |
| Hex | 9E | D1 | 5 | 18 | 0 | 62 | 12 | 4B | 5F | 2A |
| Octal | 236 | 321 | 5 | 30 | 0 | 142 | 22 | 113 | 137 | 52 |
| Binary | 10011110 | 11010001 | 101 | 11000 | 0 | 1100010 | 10010 | 1001011 | 1011111 | 101010 |
Color Harmonies of #9ED105
Complementary color
Monochromatic Colors of #9ED105
Black with #9ED105
Text Example
Text Example
White with #9ED105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED105; }
p { color: rgb(158,209,5); }
H1.HeaderClassName
{
color: #9ED105;
}
.AnyTagClassName
{
color: #9ED105;
}
</style>
background-color css
<style>
a { background-color: #9ED105; }
a { background-color: rgb(158,209,5); }
div.DivClassName
{
background-color: #9ED105;
}
.BgClassName
{
background-color: #9ED105;
}
</style>
border-color css
<style>
span { border-color: #9ED105; }
span { border-color: rgb(158,209,5); }
td.TdClassName
{
border-color: #9ED105;
}
.TagClassName
{
border-color: #9ED105;
}
</style>