#96DD9B

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

Shades of Granny Smith Apple #96DD9B

Tints of Granny Smith Apple #96DD9B

Color information

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

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

Color convert

RGB150221155-
CMYK0.3200.300.13
HSL124.23º51.08%72.75%-
HSV(B)124.23º32.13%86.67%-
XYZ44.3560.5640.36-
YUV192.25106.9897.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502211550.3200.300.13124.2351.0872.75
Hex96DD9B2001ED7c3349
Octal226335233400361517463111
Binary100101101101110110011011100000011110110111111001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96DD9B; }

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

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

<style>
 a { background-color: #96DD9B; }

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

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

<style>
 span { border-color: #96DD9B; }

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

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