#9DDA67

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

Shades of Feijoa #9DDA67

Tints of Feijoa #9DDA67

Color information

#9DDA67 (or 0x9DDA67) is unknown color: approx Feijoa. HEX triplet: 9D, DA and 67. RGB value is (157,218,103). Sum of RGB (Red+Green+Blue) = 157+218+103=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDA67 is #622598. Grayscale: #BBBBBB. Windows color (decimal): -6432153 or 6806173. OLE color: 6806173.

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

Color convert

RGB157218103-
CMYK0.2800.530.15
HSL91.83º60.85%62.94%-
HSV(B)91.83º52.75%85.49%-
XYZ41.4258.2921.9-
YUV186.6580.79106.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.85%
GREEN value IS 218 (85.55% from 255) = 45.61%
BLUE value IS 103 (40.62% from 255) = 21.55%
R=32.85%
G=45.61%
B=21.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572181030.2800.530.1591.8360.8562.94
Hex9DDA671C035F5c3d3f
Octal23533214734065171347577
Binary1001110111011010110011111100011010111111011100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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