#9EE16F

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

Shades of Feijoa #9EE16F

Tints of Feijoa #9EE16F

Color information

#9EE16F (or 0x9EE16F) is unknown color: approx Feijoa. HEX triplet: 9E, E1 and 6F. RGB value is (158,225,111). Sum of RGB (Red+Green+Blue) = 158+225+111=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE16F is #611E90. Grayscale: #C0C0C0. Windows color (decimal): -6364817 or 7332254. OLE color: 7332254.

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

Color convert

RGB158225111-
CMYK0.3000.510.12
HSL95.26º65.52%65.88%-
HSV(B)95.26º50.67%88.24%-
XYZ43.962.2724.74-
YUV191.9782.3103.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.98%
GREEN value IS 225 (88.28% from 255) = 45.55%
BLUE value IS 111 (43.75% from 255) = 22.47%
R=31.98%
G=45.55%
B=22.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1582251110.3000.510.1295.2665.5265.88
Hex9EE16F1E033C5f4242
Octal2363411573606314137102102
Binary100111101110000111011111111001100111100101111110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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