#9ED675

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

Shades of Feijoa #9ED675

Tints of Feijoa #9ED675

Color information

#9ED675 (or 0x9ED675) is unknown color: approx Feijoa. HEX triplet: 9E, D6 and 75. RGB value is (158,214,117). Sum of RGB (Red+Green+Blue) = 158+214+117=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED675 is #61298A. Grayscale: #BABABA. Windows color (decimal): -6367627 or 7722654. OLE color: 7722654.

HSL color Cylindrical-coordinate representation of color #9ED675: hue angle of 94.64º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9ED675 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB158214117-
CMYK0.2600.450.16
HSL94.64º54.19%64.9%-
HSV(B)94.64º45.33%83.92%-
XYZ41.3656.6525.58-
YUV186.288.95107.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.31%
GREEN value IS 214 (83.98% from 255) = 43.76%
BLUE value IS 117 (46.09% from 255) = 23.93%
R=32.31%
G=43.76%
B=23.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1582141170.2600.450.1694.6454.1964.9
Hex9ED6751A02D105f3641
Octal236326165320552013766101
Binary100111101101011011101011101001011011000010111111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,214,117); }

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

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

 a { background-color: rgb(158,214,117); }

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

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

 span { border-color: rgb(158,214,117); }

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