#9EE768

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

Shades of Feijoa #9EE768

Tints of Feijoa #9EE768

Color information

#9EE768 (or 0x9EE768) is unknown color: approx Feijoa. HEX triplet: 9E, E7 and 68. RGB value is (158,231,104). Sum of RGB (Red+Green+Blue) = 158+231+104=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #9EE768 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE768 is #611897. Grayscale: #C3C3C3. Windows color (decimal): -6363288 or 6875038. OLE color: 6875038.

HSL color Cylindrical-coordinate representation of color #9EE768: hue angle of 94.49º degrees, saturation: 0.73, 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 #9EE768 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB158231104-
CMYK0.3200.550.09
HSL94.49º72.57%65.69%-
HSV(B)94.49º54.98%90.59%-
XYZ45.1865.4223.34-
YUV194.6976.82101.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.05%
GREEN value IS 231 (90.62% from 255) = 46.86%
BLUE value IS 104 (41.02% from 255) = 21.10%
R=32.05%
G=46.86%
B=21.10%

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
Decimal1582311040.3200.550.0994.4972.5765.69
Hex9EE7682003795e4942
Octal2363471504006711136111102
Binary1001111011100111110100010000001101111001101111010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,231,104); }

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

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

 a { background-color: rgb(158,231,104); }

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

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

 span { border-color: rgb(158,231,104); }

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