#9EF66D

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

Shades of Feijoa #9EF66D

Tints of Feijoa #9EF66D

Color information

#9EF66D (or 0x9EF66D) is unknown color: approx Feijoa. HEX triplet: 9E, F6 and 6D. RGB value is (158,246,109). Sum of RGB (Red+Green+Blue) = 158+246+109=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #9EF66D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF66D is #610992. Grayscale: #CCCCCC. Windows color (decimal): -6359443 or 7206558. OLE color: 7206558.

HSL color Cylindrical-coordinate representation of color #9EF66D: hue angle of 98.54º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9EF66D is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB158246109-
CMYK0.3600.560.04
HSL98.54º88.39%69.61%-
HSV(B)98.54º55.69%96.47%-
XYZ49.8274.2826.18-
YUV204.0774.3595.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.80%
GREEN value IS 246 (96.48% from 255) = 47.95%
BLUE value IS 109 (42.97% from 255) = 21.25%
R=30.80%
G=47.95%
B=21.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1582461090.3600.560.0498.5488.3969.61
Hex9EF66D240384635846
Octal236366155440704143130106
Binary100111101111011011011011001000111000100110001110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,246,109); }

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

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

 a { background-color: rgb(158,246,109); }

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

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

 span { border-color: rgb(158,246,109); }

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