#9BDD69

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

Shades of Feijoa #9BDD69

Tints of Feijoa #9BDD69

Color information

#9BDD69 (or 0x9BDD69) is unknown color: approx Feijoa. HEX triplet: 9B, DD and 69. RGB value is (155,221,105). Sum of RGB (Red+Green+Blue) = 155+221+105=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDD69 is #642296. Grayscale: #BCBCBC. Windows color (decimal): -6562455 or 6938011. OLE color: 6938011.

HSL color Cylindrical-coordinate representation of color #9BDD69: hue angle of 94.14º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BDD69 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB155221105-
CMYK0.3000.520.13
HSL94.14º63.04%63.92%-
HSV(B)94.14º52.49%86.67%-
XYZ41.9259.722.68-
YUV188.0481.13104.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.22%
GREEN value IS 221 (86.72% from 255) = 45.95%
BLUE value IS 105 (41.41% from 255) = 21.83%
R=32.22%
G=45.95%
B=21.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552211050.3000.520.1394.1463.0463.92
Hex9BDD691E034D5e3f40
Octal233335151360641513677100
Binary10011011110111011101001111100110100110110111101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,221,105); }

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

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

 a { background-color: rgb(155,221,105); }

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

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

 span { border-color: rgb(155,221,105); }

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