#9DD669

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

Shades of Feijoa #9DD669

Tints of Feijoa #9DD669

Color information

#9DD669 (or 0x9DD669) is unknown color: approx Feijoa. HEX triplet: 9D, D6 and 69. RGB value is (157,214,105). Sum of RGB (Red+Green+Blue) = 157+214+105=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD669 is #622996. Grayscale: #B8B8B8. Windows color (decimal): -6433175 or 6936221. OLE color: 6936221.

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

Color convert

RGB157214105-
CMYK0.2700.510.16
HSL91.38º57.07%62.55%-
HSV(B)91.38º50.93%83.92%-
XYZ40.556.2822.09-
YUV184.5383.12108.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.98%
GREEN value IS 214 (83.98% from 255) = 44.96%
BLUE value IS 105 (41.41% from 255) = 22.06%
R=32.98%
G=44.96%
B=22.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572141050.2700.510.1691.3857.0762.55
Hex9DD6691B033105b393f
Octal23532615133063201337177
Binary10011101110101101101001110110110011100001011011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,214,105); }

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

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

 a { background-color: rgb(157,214,105); }

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

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

 span { border-color: rgb(157,214,105); }

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