#96E68B

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

Shades of Granny Smith Apple #96E68B

Tints of Granny Smith Apple #96E68B

Color information

#96E68B (or 0x96E68B) is unknown color: approx Granny Smith Apple. HEX triplet: 96, E6 and 8B. RGB value is (150,230,139). Sum of RGB (Red+Green+Blue) = 150+230+139=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 230 (90.23% from 255 or 44.32% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 230 - color contains mainly: green. Hex color #96E68B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E68B is #691974. Grayscale: #C3C3C3. Windows color (decimal): -6887797 or 9168534. OLE color: 9168534.

HSL color Cylindrical-coordinate representation of color #96E68B: hue angle of 112.75º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96E68B is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB150230139-
CMYK0.3500.400.10
HSL112.75º64.54%72.35%-
HSV(B)112.75º39.57%90.2%-
XYZ45.5364.9434.56-
YUV195.719695.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.90%
GREEN value IS 230 (90.23% from 255) = 44.32%
BLUE value IS 139 (54.69% from 255) = 26.78%
R=28.90%
G=44.32%
B=26.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1502301390.3500.400.10112.7564.5472.35
Hex96E68B23028A714148
Octal2263462134305012161101110
Binary10010110111001101000101110001101010001010111000110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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