#96DB93

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

Shades of Granny Smith Apple #96DB93

Tints of Granny Smith Apple #96DB93

Color information

#96DB93 (or 0x96DB93) is unknown color: approx Granny Smith Apple. HEX triplet: 96, DB and 93. RGB value is (150,219,147). Sum of RGB (Red+Green+Blue) = 150+219+147=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DB93 is #69246C. Grayscale: #BEBEBE. Windows color (decimal): -6890605 or 9690006. OLE color: 9690006.

HSL color Cylindrical-coordinate representation of color #96DB93: hue angle of 117.5º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DB93 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB150219147-
CMYK0.3200.330.14
HSL117.5º50%71.76%-
HSV(B)117.5º32.88%85.88%-
XYZ43.1859.2536.77-
YUV190.16103.6499.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.07%
GREEN value IS 219 (85.94% from 255) = 42.44%
BLUE value IS 147 (57.81% from 255) = 28.49%
R=29.07%
G=42.44%
B=28.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1502191470.3200.330.14117.55071.76
Hex96DB9320021E753248
Octal226333223400411616562110
Binary1001011011011011100100111000000100001111011101011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,219,147); }

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

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

 a { background-color: rgb(150,219,147); }

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

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

 span { border-color: rgb(150,219,147); }

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