#96DA93

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

Shades of Granny Smith Apple #96DA93

Tints of Granny Smith Apple #96DA93

Color information

#96DA93 (or 0x96DA93) is unknown color: approx Granny Smith Apple. HEX triplet: 96, DA and 93. RGB value is (150,218,147). Sum of RGB (Red+Green+Blue) = 150+218+147=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DA93 is #69256C. Grayscale: #BDBDBD. Windows color (decimal): -6890861 or 9689750. OLE color: 9689750.

HSL color Cylindrical-coordinate representation of color #96DA93: hue angle of 117.46º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DA93 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB150218147-
CMYK0.3100.330.15
HSL117.46º48.97%71.57%-
HSV(B)117.46º32.57%85.49%-
XYZ42.9258.7336.68-
YUV189.57103.9799.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.13%
GREEN value IS 218 (85.55% from 255) = 42.33%
BLUE value IS 147 (57.81% from 255) = 28.54%
R=29.13%
G=42.33%
B=28.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502181470.3100.330.15117.4648.9771.57
Hex96DA931F021F753148
Octal226332223370411716561110
Binary100101101101101010010011111110100001111111101011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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