#96DF8E

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

Shades of Granny Smith Apple #96DF8E

Tints of Granny Smith Apple #96DF8E

Color information

#96DF8E (or 0x96DF8E) is unknown color: approx Granny Smith Apple. HEX triplet: 96, DF and 8E. RGB value is (150,223,142). Sum of RGB (Red+Green+Blue) = 150+223+142=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DF8E is #692071. Grayscale: #C0C0C0. Windows color (decimal): -6889586 or 9363350. OLE color: 9363350.

HSL color Cylindrical-coordinate representation of color #96DF8E: hue angle of 114.07º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96DF8E is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB150223142-
CMYK0.3300.360.13
HSL114.07º55.86%71.57%-
HSV(B)114.07º36.32%87.45%-
XYZ43.8561.2135.1-
YUV191.9499.8298.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.13%
GREEN value IS 223 (87.5% from 255) = 43.30%
BLUE value IS 142 (55.86% from 255) = 27.57%
R=29.13%
G=43.30%
B=27.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502231420.3300.360.13114.0755.8671.57
Hex96DF8E21024D723848
Octal226337216410441516270110
Binary1001011011011111100011101000010100100110111100101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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