#96D893

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

Shades of Granny Smith Apple #96D893

Tints of Granny Smith Apple #96D893

Color information

#96D893 (or 0x96D893) is unknown color: approx Granny Smith Apple. HEX triplet: 96, D8 and 93. RGB value is (150,216,147). Sum of RGB (Red+Green+Blue) = 150+216+147=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #96D893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D893 is #69276C. Grayscale: #BCBCBC. Windows color (decimal): -6891373 or 9689238. OLE color: 9689238.

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

Color convert

RGB150216147-
CMYK0.3100.320.15
HSL117.39º46.94%71.18%-
HSV(B)117.39º31.94%84.71%-
XYZ42.457.736.51-
YUV188.4104.63100.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.24%
GREEN value IS 216 (84.77% from 255) = 42.11%
BLUE value IS 147 (57.81% from 255) = 28.65%
R=29.24%
G=42.11%
B=28.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502161470.3100.320.15117.3946.9471.18
Hex96D8931F020F752f47
Octal226330223370401716557107
Binary100101101101100010010011111110100000111111101011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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