#9DD969

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

Shades of Feijoa #9DD969

Tints of Feijoa #9DD969

Color information

#9DD969 (or 0x9DD969) is unknown color: approx Feijoa. HEX triplet: 9D, D9 and 69. RGB value is (157,217,105). Sum of RGB (Red+Green+Blue) = 157+217+105=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD969 is #622696. Grayscale: #BABABA. Windows color (decimal): -6432407 or 6936989. OLE color: 6936989.

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

Color convert

RGB157217105-
CMYK0.2800.520.15
HSL92.14º59.57%63.14%-
HSV(B)92.14º51.61%85.1%-
XYZ41.2757.8122.35-
YUV186.2982.12107.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.78%
GREEN value IS 217 (85.16% from 255) = 45.30%
BLUE value IS 105 (41.41% from 255) = 21.92%
R=32.78%
G=45.30%
B=21.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572171050.2800.520.1592.1459.5763.14
Hex9DD9691C034F5c3c3f
Octal23533115134064171347477
Binary1001110111011001110100111100011010011111011100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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