#9BDD6A

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

Shades of Feijoa #9BDD6A

Tints of Feijoa #9BDD6A

Color information

#9BDD6A (or 0x9BDD6A) is unknown color: approx Feijoa. HEX triplet: 9B, DD and 6A. RGB value is (155,221,106). Sum of RGB (Red+Green+Blue) = 155+221+106=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDD6A is #642295. Grayscale: #BCBCBC. Windows color (decimal): -6562454 or 7003547. OLE color: 7003547.

HSL color Cylindrical-coordinate representation of color #9BDD6A: hue angle of 94.43º 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 #9BDD6A is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB155221106-
CMYK0.3000.520.13
HSL94.43º62.84%64.12%-
HSV(B)94.43º52.04%86.67%-
XYZ41.9859.7222.95-
YUV188.1681.63104.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.16%
GREEN value IS 221 (86.72% from 255) = 45.85%
BLUE value IS 106 (41.80% from 255) = 21.99%
R=32.16%
G=45.85%
B=21.99%

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
Decimal1552211060.3000.520.1394.4362.8464.12
Hex9BDD6A1E034D5e3f40
Octal233335152360641513677100
Binary10011011110111011101010111100110100110110111101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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