#9EE969

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

Shades of Feijoa #9EE969

Tints of Feijoa #9EE969

Color information

#9EE969 (or 0x9EE969) is unknown color: approx Feijoa. HEX triplet: 9E, E9 and 69. RGB value is (158,233,105). Sum of RGB (Red+Green+Blue) = 158+233+105=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE969 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE969 is #611696. Grayscale: #C4C4C4. Windows color (decimal): -6362775 or 6941086. OLE color: 6941086.

HSL color Cylindrical-coordinate representation of color #9EE969: hue angle of 95.16º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EE969 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB158233105-
CMYK0.3200.550.09
HSL95.16º74.42%66.27%-
HSV(B)95.16º54.94%91.37%-
XYZ45.7966.5723.8-
YUV195.9876.65100.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.85%
GREEN value IS 233 (91.41% from 255) = 46.98%
BLUE value IS 105 (41.41% from 255) = 21.17%
R=31.85%
G=46.98%
B=21.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1582331050.3200.550.0995.1674.4266.27
Hex9EE9692003795f4a42
Octal2363511514006711137112102
Binary1001111011101001110100110000001101111001101111110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,233,105); }

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

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

 a { background-color: rgb(158,233,105); }

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

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

 span { border-color: rgb(158,233,105); }

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