#9EFD6A

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

Shades of Feijoa #9EFD6A

Tints of Feijoa #9EFD6A

Color information

#9EFD6A (or 0x9EFD6A) is unknown color: approx Feijoa. HEX triplet: 9E, FD and 6A. RGB value is (158,253,106). Sum of RGB (Red+Green+Blue) = 158+253+106=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFD6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFD6A is #610295. Grayscale: #D0D0D0. Windows color (decimal): -6357654 or 7011742. OLE color: 7011742.

HSL color Cylindrical-coordinate representation of color #9EFD6A: hue angle of 98.78º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9EFD6A is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB158253106-
CMYK0.3800.580.01
HSL98.78º97.35%70.39%-
HSV(B)98.78º58.1%99.22%-
XYZ51.8378.5626.07-
YUV207.8470.5392.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.56%
GREEN value IS 253 (99.22% from 255) = 48.94%
BLUE value IS 106 (41.80% from 255) = 20.50%
R=30.56%
G=48.94%
B=20.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582531060.3800.580.0198.7897.3570.39
Hex9EFD6A2603A1636146
Octal236375152460721143141106
Binary1001111011111101110101010011001110101110001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,253,106); }

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

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

 a { background-color: rgb(158,253,106); }

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

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

 span { border-color: rgb(158,253,106); }

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