#9EC100

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

Shades of Citrus #9EC100

Tints of Citrus #9EC100

Color information

#9EC100 (or 0x9EC100) is unknown color: approx Citrus. HEX triplet: 9E, C1 and 00. RGB value is (158,193,0). Sum of RGB (Red+Green+Blue) = 158+193+0=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 193 (75.78% from 255 or 54.99% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC100 is #613EFF. Grayscale: #A1A1A1. Windows color (decimal): -6373120 or 49566. OLE color: 49566.

HSL color Cylindrical-coordinate representation of color #9EC100: hue angle of 70.88º 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 #9EC100 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB1581930-
CMYK0.18010.24
HSL70.88º100%37.84%-
HSV(B)70.88º100%75.69%-
XYZ33.1745.417.02-
YUV160.5337.4126.19-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.01%
GREEN value IS 193 (75.78% from 255) = 54.99%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.01%
G=54.99%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15819300.18010.2470.8810037.84
Hex9EC101206418476426
Octal23630102201443010714446
Binary1001111011000001010010011001001100010001111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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