#9BDD96

Color #9BDD96 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #9BDD96

Tints of Granny Smith Apple #9BDD96

Color information

#9BDD96 (or 0x9BDD96) is unknown color: approx Granny Smith Apple. HEX triplet: 9B, DD and 96. RGB value is (155,221,150). Sum of RGB (Red+Green+Blue) = 155+221+150=526 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.47% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDD96 is #642269. Grayscale: #C1C1C1. Windows color (decimal): -6562410 or 9887131. OLE color: 9887131.

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

Color convert

RGB155221150-
CMYK0.3000.320.13
HSL115.77º51.08%72.75%-
HSV(B)115.77º32.13%86.67%-
XYZ44.8860.8838.24-
YUV193.17103.63100.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.47%
GREEN value IS 221 (86.72% from 255) = 42.02%
BLUE value IS 150 (58.98% from 255) = 28.52%
R=29.47%
G=42.02%
B=28.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552211500.3000.320.13115.7751.0872.75
Hex9BDD961E020D743349
Octal233335226360401516463111
Binary100110111101110110010110111100100000110111101001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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