#9ECB04

Color #9ECB04 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #9ECB04

Tints of Citrus #9ECB04

Color information

#9ECB04 (or 0x9ECB04) is unknown color: approx Citrus. HEX triplet: 9E, CB and 04. RGB value is (158,203,4). Sum of RGB (Red+Green+Blue) = 158+203+4=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 203 (79.69% from 255 or 55.62% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECB04 is #6134FB. Grayscale: #A7A7A7. Windows color (decimal): -6370556 or 314270. OLE color: 314270.

HSL color Cylindrical-coordinate representation of color #9ECB04: hue angle of 73.57º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9ECB04 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB1582034-
CMYK0.2200.980.20
HSL73.57º96.14%40.59%-
HSV(B)73.57º98.03%79.61%-
XYZ35.4849.997.89-
YUV166.8636.09121.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 43.29%
GREEN value IS 203 (79.69% from 255) = 55.62%
BLUE value IS 4 (1.95% from 255) = 1.10%
R=43.29%
G=55.62%
B=1.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal15820340.2200.980.2073.5796.1440.59
Hex9ECB416062144a6029
Octal23631342601422411214051
Binary100111101100101110010110011000101010010010101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ECB04; }

 p { color: rgb(158,203,4); }

 H1.HeaderClassName
 {
   color: #9ECB04;
 }
 .AnyTagClassName
 {
   color: #9ECB04;
 }
</style>
background-color css

<style>
 a { background-color: #9ECB04; }

 a { background-color: rgb(158,203,4); }

 div.DivClassName
 {
   background-color: #9ECB04;
 }
 .BgClassName
 {
   background-color: #9ECB04;
 }
</style>
border-color css

<style>
 span { border-color: #9ECB04; }

 span { border-color: rgb(158,203,4); }

 td.TdClassName
 {
   border-color: #9ECB04;
 }
 .TagClassName
 {
   border-color: #9ECB04;
 }
</style>