#96EA7D

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

Shades of Granny Smith Apple #96EA7D

Tints of Granny Smith Apple #96EA7D

Color information

#96EA7D (or 0x96EA7D) is unknown color: approx Granny Smith Apple. HEX triplet: 96, EA and 7D. RGB value is (150,234,125). Sum of RGB (Red+Green+Blue) = 150+234+125=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EA7D is #691582. Grayscale: #C4C4C4. Windows color (decimal): -6886787 or 8252054. OLE color: 8252054.

HSL color Cylindrical-coordinate representation of color #96EA7D: hue angle of 106.24º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96EA7D is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB150234125-
CMYK0.3600.470.08
HSL106.24º72.19%70.39%-
HSV(B)106.24º46.58%91.76%-
XYZ45.766.8129.89-
YUV196.4687.6794.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.47%
GREEN value IS 234 (91.80% from 255) = 45.97%
BLUE value IS 125 (49.22% from 255) = 24.56%
R=29.47%
G=45.97%
B=24.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502341250.3600.470.08106.2472.1970.39
Hex96EA7D2402F86a4846
Octal2263521754405710152110106
Binary1001011011101010111110110010001011111000110101010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,234,125); }

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

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

 a { background-color: rgb(150,234,125); }

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

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

 span { border-color: rgb(150,234,125); }

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