Shades of Citrus #9ECE05
Tints of Citrus #9ECE05
RGB
CMYK
RGB Variations
Color information
#9ECE05 (or 0x9ECE05) is known color: Citrus. HEX triplet: 9E, CE and 05. RGB value is (158,206,5). Sum of RGB (Red+Green+Blue) = 158+206+5=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 206 (80.86% from 255 or 55.83% from 369); Blue value is 5 (2.34% from 255 or 1.36% from 369); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECE05 is #6131FA. Grayscale: #A9A9A9. Windows color (decimal): -6369787 or 380574. OLE color: 380574.
HSL color Cylindrical-coordinate representation of color #9ECE05: hue angle of 74.33º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9ECE05 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 5 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.19 |
| HSL | 74.33º | 0.95% | 0.41% | - |
| HSV(B) | 74.33º | 0.98% | 0.81% | - |
| XYZ | 36.2 | 51.42 | 8.16 | - |
| YUV | 168.73 | 35.6 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 5 | 0.23 | 0 | 0.98 | 0.19 | 74.33 | 0.95 | 0.41 |
| Hex | 9E | CE | 5 | 17 | 0 | 62 | 13 | 4A | 5F | 29 |
| Octal | 236 | 316 | 5 | 27 | 0 | 142 | 23 | 112 | 137 | 51 |
| Binary | 10011110 | 11001110 | 101 | 10111 | 0 | 1100010 | 10011 | 1001010 | 1011111 | 101001 |
Color Harmonies of #9ECE05
Complementary color
Monochromatic Colors of #9ECE05
Black with #9ECE05
Text Example
Text Example
White with #9ECE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE05; }
p { color: rgb(158,206,5); }
H1.HeaderClassName
{
color: #9ECE05;
}
.AnyTagClassName
{
color: #9ECE05;
}
</style>
background-color css
<style>
a { background-color: #9ECE05; }
a { background-color: rgb(158,206,5); }
div.DivClassName
{
background-color: #9ECE05;
}
.BgClassName
{
background-color: #9ECE05;
}
</style>
border-color css
<style>
span { border-color: #9ECE05; }
span { border-color: rgb(158,206,5); }
td.TdClassName
{
border-color: #9ECE05;
}
.TagClassName
{
border-color: #9ECE05;
}
</style>