#96DE8B

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

Shades of Granny Smith Apple #96DE8B

Tints of Granny Smith Apple #96DE8B

Color information

#96DE8B (or 0x96DE8B) is unknown color: approx Granny Smith Apple. HEX triplet: 96, DE and 8B. RGB value is (150,222,139). Sum of RGB (Red+Green+Blue) = 150+222+139=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #96DE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DE8B is #692174. Grayscale: #BFBFBF. Windows color (decimal): -6889845 or 9166486. OLE color: 9166486.

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

Color convert

RGB150222139-
CMYK0.3200.370.13
HSL112.05º55.7%70.78%-
HSV(B)112.05º37.39%87.06%-
XYZ43.3660.5933.84-
YUV191.0198.6598.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.35%
GREEN value IS 222 (87.11% from 255) = 43.44%
BLUE value IS 139 (54.69% from 255) = 27.20%
R=29.35%
G=43.44%
B=27.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502221390.3200.370.13112.0555.770.78
Hex96DE8B20025D703847
Octal226336213400451516070107
Binary1001011011011110100010111000000100101110111100001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,222,139); }

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

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

 a { background-color: rgb(150,222,139); }

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

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

 span { border-color: rgb(150,222,139); }

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