#96EA7F

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

Shades of Granny Smith Apple #96EA7F

Tints of Granny Smith Apple #96EA7F

Color information

#96EA7F (or 0x96EA7F) is unknown color: approx Granny Smith Apple. HEX triplet: 96, EA and 7F. RGB value is (150,234,127). Sum of RGB (Red+Green+Blue) = 150+234+127=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EA7F is #691580. Grayscale: #C5C5C5. Windows color (decimal): -6886785 or 8383126. OLE color: 8383126.

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

Color convert

RGB150234127-
CMYK0.3600.460.08
HSL107.1º71.81%70.78%-
HSV(B)107.1º45.73%91.76%-
XYZ45.8366.8630.57-
YUV196.6988.6794.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.35%
GREEN value IS 234 (91.80% from 255) = 45.79%
BLUE value IS 127 (50% from 255) = 24.85%
R=29.35%
G=45.79%
B=24.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502341270.3600.460.08107.171.8170.78
Hex96EA7F2402E86b4847
Octal2263521774405610153110107
Binary1001011011101010111111110010001011101000110101110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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