#9EFE6F

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

Shades of Feijoa #9EFE6F

Tints of Feijoa #9EFE6F

Color information

#9EFE6F (or 0x9EFE6F) is unknown color: approx Feijoa. HEX triplet: 9E, FE and 6F. RGB value is (158,254,111). Sum of RGB (Red+Green+Blue) = 158+254+111=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 111 (43.75% from 255 or 21.22% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFE6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFE6F is #610190. Grayscale: #D1D1D1. Windows color (decimal): -6357393 or 7339678. OLE color: 7339678.

HSL color Cylindrical-coordinate representation of color #9EFE6F: hue angle of 100.28º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9EFE6F is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB158254111-
CMYK0.3800.560.00
HSL100.28º98.62%71.57%-
HSV(B)100.28º56.3%99.61%-
XYZ52.4179.327.58-
YUV208.9972.791.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.21%
GREEN value IS 254 (99.61% from 255) = 48.57%
BLUE value IS 111 (43.75% from 255) = 21.22%
R=30.21%
G=48.57%
B=21.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1582541110.3800.560.00100.2898.6271.57
Hex9EFE6F260380646348
Octal236376157460700144143110
Binary1001111011111110110111110011001110000110010011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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