#9DDA6E

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

Shades of Feijoa #9DDA6E

Tints of Feijoa #9DDA6E

Color information

#9DDA6E (or 0x9DDA6E) is unknown color: approx Feijoa. HEX triplet: 9D, DA and 6E. RGB value is (157,218,110). Sum of RGB (Red+Green+Blue) = 157+218+110=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDA6E is #622591. Grayscale: #BBBBBB. Windows color (decimal): -6432146 or 7264925. OLE color: 7264925.

HSL color Cylindrical-coordinate representation of color #9DDA6E: hue angle of 93.89º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DDA6E is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB157218110-
CMYK0.2800.500.15
HSL93.89º59.34%64.31%-
HSV(B)93.89º49.54%85.49%-
XYZ41.7958.4423.83-
YUV187.4584.29106.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.37%
GREEN value IS 218 (85.55% from 255) = 44.95%
BLUE value IS 110 (43.36% from 255) = 22.68%
R=32.37%
G=44.95%
B=22.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572181100.2800.500.1593.8959.3464.31
Hex9DDA6E1C032F5e3b40
Octal235332156340621713673100
Binary10011101110110101101110111000110010111110111101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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