#9ED869

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

Shades of Feijoa #9ED869

Tints of Feijoa #9ED869

Color information

#9ED869 (or 0x9ED869) is unknown color: approx Feijoa. HEX triplet: 9E, D8 and 69. RGB value is (158,216,105). Sum of RGB (Red+Green+Blue) = 158+216+105=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED869 is #612796. Grayscale: #BABABA. Windows color (decimal): -6367127 or 6936734. OLE color: 6936734.

HSL color Cylindrical-coordinate representation of color #9ED869: hue angle of 91.35º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9ED869 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB158216105-
CMYK0.2700.510.15
HSL91.35º58.73%62.94%-
HSV(B)91.35º51.39%84.71%-
XYZ41.2157.422.27-
YUV18682.28108.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.99%
GREEN value IS 216 (84.77% from 255) = 45.09%
BLUE value IS 105 (41.41% from 255) = 21.92%
R=32.99%
G=45.09%
B=21.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1582161050.2700.510.1591.3558.7362.94
Hex9ED8691B033F5b3b3f
Octal23633015133063171337377
Binary1001111011011000110100111011011001111111011011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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