Shades of Citrus #9ED008
Tints of Citrus #9ED008
RGB
CMYK
RGB Variations
Color information
#9ED008 (or 0x9ED008) is known color: Citrus. HEX triplet: 9E, D0 and 08. RGB value is (158,208,8). Sum of RGB (Red+Green+Blue) = 158+208+8=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 208 (81.64% from 255 or 55.61% from 374); Blue value is 8 (3.52% from 255 or 2.14% from 374); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED008 is #612FF7. Grayscale: #ABABAB. Windows color (decimal): -6369272 or 577694. OLE color: 577694.
HSL color Cylindrical-coordinate representation of color #9ED008: hue angle of 75º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9ED008 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 208 | 8 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.18 |
| HSL | 75º | 0.93% | 0.42% | - |
| HSV(B) | 75º | 0.96% | 0.82% | - |
| XYZ | 36.7 | 52.4 | 8.41 | - |
| YUV | 170.25 | 36.44 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 208 | 8 | 0.24 | 0 | 0.96 | 0.18 | 75 | 0.93 | 0.42 |
| Hex | 9E | D0 | 8 | 18 | 0 | 60 | 12 | 4B | 5D | 2A |
| Octal | 236 | 320 | 10 | 30 | 0 | 140 | 22 | 113 | 135 | 52 |
| Binary | 10011110 | 11010000 | 1000 | 11000 | 0 | 1100000 | 10010 | 1001011 | 1011101 | 101010 |
Color Harmonies of #9ED008
Complementary color
Monochromatic Colors of #9ED008
Black with #9ED008
Text Example
Text Example
White with #9ED008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED008; }
p { color: rgb(158,208,8); }
H1.HeaderClassName
{
color: #9ED008;
}
.AnyTagClassName
{
color: #9ED008;
}
</style>
background-color css
<style>
a { background-color: #9ED008; }
a { background-color: rgb(158,208,8); }
div.DivClassName
{
background-color: #9ED008;
}
.BgClassName
{
background-color: #9ED008;
}
</style>
border-color css
<style>
span { border-color: #9ED008; }
span { border-color: rgb(158,208,8); }
td.TdClassName
{
border-color: #9ED008;
}
.TagClassName
{
border-color: #9ED008;
}
</style>