#96D88E

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

Shades of Granny Smith Apple #96D88E

Tints of Granny Smith Apple #96D88E

Color information

#96D88E (or 0x96D88E) is unknown color: approx Granny Smith Apple. HEX triplet: 96, D8 and 8E. RGB value is (150,216,142). Sum of RGB (Red+Green+Blue) = 150+216+142=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #96D88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D88E is #692771. Grayscale: #BCBCBC. Windows color (decimal): -6891378 or 9361558. OLE color: 9361558.

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

Color convert

RGB150216142-
CMYK0.3100.340.15
HSL113.51º48.68%70.2%-
HSV(B)113.51º34.26%84.71%-
XYZ42.0257.5534.48-
YUV187.83102.13101.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.53%
GREEN value IS 216 (84.77% from 255) = 42.52%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=29.53%
G=42.52%
B=27.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502161420.3100.340.15113.5148.6870.2
Hex96D88E1F022F723146
Octal226330216370421716261106
Binary100101101101100010001110111110100010111111100101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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