#96E38B

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

Shades of Granny Smith Apple #96E38B

Tints of Granny Smith Apple #96E38B

Color information

#96E38B (or 0x96E38B) is unknown color: approx Granny Smith Apple. HEX triplet: 96, E3 and 8B. RGB value is (150,227,139). Sum of RGB (Red+Green+Blue) = 150+227+139=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 227 - color contains mainly: green. Hex color #96E38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E38B is #691C74. Grayscale: #C2C2C2. Windows color (decimal): -6888565 or 9167766. OLE color: 9167766.

HSL color Cylindrical-coordinate representation of color #96E38B: hue angle of 112.5º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96E38B is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB150227139-
CMYK0.3400.390.11
HSL112.5º61.11%71.76%-
HSV(B)112.5º38.77%89.02%-
XYZ44.7163.2934.29-
YUV193.9496.9996.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.07%
GREEN value IS 227 (89.06% from 255) = 43.99%
BLUE value IS 139 (54.69% from 255) = 26.94%
R=29.07%
G=43.99%
B=26.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1502271390.3400.390.11112.561.1171.76
Hex96E38B22027B703d48
Octal226343213420471316075110
Binary1001011011100011100010111000100100111101111100001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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