#9DDC6E

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

Shades of Feijoa #9DDC6E

Tints of Feijoa #9DDC6E

Color information

#9DDC6E (or 0x9DDC6E) is unknown color: approx Feijoa. HEX triplet: 9D, DC and 6E. RGB value is (157,220,110). Sum of RGB (Red+Green+Blue) = 157+220+110=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDC6E is #622391. Grayscale: #BCBCBC. Windows color (decimal): -6431634 or 7265437. OLE color: 7265437.

HSL color Cylindrical-coordinate representation of color #9DDC6E: hue angle of 94.36º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DDC6E is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB157220110-
CMYK0.2900.500.14
HSL94.36º61.11%64.71%-
HSV(B)94.36º50%86.27%-
XYZ42.3159.4824-
YUV188.6283.63105.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.24%
GREEN value IS 220 (86.33% from 255) = 45.17%
BLUE value IS 110 (43.36% from 255) = 22.59%
R=32.24%
G=45.17%
B=22.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572201100.2900.500.1494.3661.1164.71
Hex9DDC6E1D032E5e3d41
Octal235334156350621613675101
Binary10011101110111001101110111010110010111010111101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,220,110); }

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

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

 a { background-color: rgb(157,220,110); }

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

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

 span { border-color: rgb(157,220,110); }

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