#9EC300

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

Shades of Citrus #9EC300

Tints of Citrus #9EC300

Color information

#9EC300 (or 0x9EC300) is unknown color: approx Citrus. HEX triplet: 9E, C3 and 00. RGB value is (158,195,0). Sum of RGB (Red+Green+Blue) = 158+195+0=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC300 is #613CFF. Grayscale: #A2A2A2. Windows color (decimal): -6372608 or 50078. OLE color: 50078.

HSL color Cylindrical-coordinate representation of color #9EC300: hue angle of 71.38º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9EC300 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB1581950-
CMYK0.19010.24
HSL71.38º100%38.24%-
HSV(B)71.38º100%76.47%-
XYZ33.6246.37.16-
YUV161.7136.74125.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.76%
GREEN value IS 195 (76.56% from 255) = 55.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.76%
G=55.24%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15819500.19010.2471.3810038.24
Hex9EC301306418476426
Octal23630302301443010714446
Binary1001111011000011010011011001001100010001111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,195,0); }

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

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

 a { background-color: rgb(158,195,0); }

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

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

 span { border-color: rgb(158,195,0); }

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