#96DA8E

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

Shades of Granny Smith Apple #96DA8E

Tints of Granny Smith Apple #96DA8E

Color information

#96DA8E (or 0x96DA8E) is unknown color: approx Granny Smith Apple. HEX triplet: 96, DA and 8E. RGB value is (150,218,142). Sum of RGB (Red+Green+Blue) = 150+218+142=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DA8E is #692571. Grayscale: #BDBDBD. Windows color (decimal): -6890866 or 9362070. OLE color: 9362070.

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

Color convert

RGB150218142-
CMYK0.3100.350.15
HSL113.68º50.67%70.59%-
HSV(B)113.68º34.86%85.49%-
XYZ42.5358.5834.66-
YUV189101.47100.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.41%
GREEN value IS 218 (85.55% from 255) = 42.75%
BLUE value IS 142 (55.86% from 255) = 27.84%
R=29.41%
G=42.75%
B=27.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502181420.3100.350.15113.6850.6770.59
Hex96DA8E1F023F723347
Octal226332216370431716263107
Binary100101101101101010001110111110100011111111100101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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