#9EE66F

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

Shades of Feijoa #9EE66F

Tints of Feijoa #9EE66F

Color information

#9EE66F (or 0x9EE66F) is unknown color: approx Feijoa. HEX triplet: 9E, E6 and 6F. RGB value is (158,230,111). Sum of RGB (Red+Green+Blue) = 158+230+111=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 230 (90.23% from 255 or 46.09% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 230 - color contains mainly: green. Hex color #9EE66F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE66F is #611990. Grayscale: #C3C3C3. Windows color (decimal): -6363537 or 7333534. OLE color: 7333534.

HSL color Cylindrical-coordinate representation of color #9EE66F: hue angle of 96.3º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9EE66F is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB158230111-
CMYK0.3100.520.10
HSL96.3º70.41%66.86%-
HSV(B)96.3º51.74%90.2%-
XYZ45.2765.0125.2-
YUV194.9180.65101.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.66%
GREEN value IS 230 (90.23% from 255) = 46.09%
BLUE value IS 111 (43.75% from 255) = 22.24%
R=31.66%
G=46.09%
B=22.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1582301110.3100.520.1096.370.4166.86
Hex9EE66F1F034A604643
Octal2363461573706412140106103
Binary100111101110011011011111111101101001010110000010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,230,111); }

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

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

 a { background-color: rgb(158,230,111); }

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

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

 span { border-color: rgb(158,230,111); }

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