#9EE166

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

Shades of Feijoa #9EE166

Tints of Feijoa #9EE166

Color information

#9EE166 (or 0x9EE166) is unknown color: approx Feijoa. HEX triplet: 9E, E1 and 66. RGB value is (158,225,102). Sum of RGB (Red+Green+Blue) = 158+225+102=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE166 is #611E99. Grayscale: #BFBFBF. Windows color (decimal): -6364826 or 6742430. OLE color: 6742430.

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

Color convert

RGB158225102-
CMYK0.3000.550.12
HSL92.68º67.21%64.12%-
HSV(B)92.68º54.67%88.24%-
XYZ43.4262.0822.26-
YUV190.9477.8104.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.58%
GREEN value IS 225 (88.28% from 255) = 46.39%
BLUE value IS 102 (40.23% from 255) = 21.03%
R=32.58%
G=46.39%
B=21.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1582251020.3000.550.1292.6867.2164.12
Hex9EE1661E037C5d4340
Octal2363411463606714135103100
Binary100111101110000111001101111001101111100101110110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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