#9CED6E

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

Shades of Feijoa #9CED6E

Tints of Feijoa #9CED6E

Color information

#9CED6E (or 0x9CED6E) is unknown color: approx Feijoa. HEX triplet: 9C, ED and 6E. RGB value is (156,237,110). Sum of RGB (Red+Green+Blue) = 156+237+110=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #9CED6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CED6E is #631291. Grayscale: #C6C6C6. Windows color (decimal): -6492818 or 7269788. OLE color: 7269788.

HSL color Cylindrical-coordinate representation of color #9CED6E: hue angle of 98.27º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9CED6E is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB156237110-
CMYK0.3400.540.07
HSL98.27º77.91%68.04%-
HSV(B)98.27º53.59%92.94%-
XYZ46.8168.7625.56-
YUV198.378.1697.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.01%
GREEN value IS 237 (92.97% from 255) = 47.12%
BLUE value IS 110 (43.36% from 255) = 21.87%
R=31.01%
G=47.12%
B=21.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562371100.3400.540.0798.2777.9168.04
Hex9CED6E220367624e44
Octal234355156420667142116104
Binary100111001110110111011101000100110110111110001010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CED6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,237,110); }

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

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

 a { background-color: rgb(156,237,110); }

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

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

 span { border-color: rgb(156,237,110); }

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