#9EE180

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

Shades of Feijoa #9EE180

Tints of Feijoa #9EE180

Color information

#9EE180 (or 0x9EE180) is unknown color: approx Feijoa. HEX triplet: 9E, E1 and 80. RGB value is (158,225,128). Sum of RGB (Red+Green+Blue) = 158+225+128=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE180 is #611E7F. Grayscale: #C2C2C2. Windows color (decimal): -6364800 or 8446366. OLE color: 8446366.

HSL color Cylindrical-coordinate representation of color #9EE180: hue angle of 101.44º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9EE180 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB158225128-
CMYK0.3000.430.12
HSL101.44º61.78%69.22%-
HSV(B)101.44º43.11%88.24%-
XYZ44.9262.6830.15-
YUV193.9190.8102.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.92%
GREEN value IS 225 (88.28% from 255) = 44.03%
BLUE value IS 128 (50.39% from 255) = 25.05%
R=30.92%
G=44.03%
B=25.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1582251280.3000.430.12101.4461.7869.22
Hex9EE1801E02BC653e45
Octal236341200360531414576105
Binary100111101110000110000000111100101011110011001011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,225,128); }

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

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

 a { background-color: rgb(158,225,128); }

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

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

 span { border-color: rgb(158,225,128); }

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