#96E38A

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

Shades of Granny Smith Apple #96E38A

Tints of Granny Smith Apple #96E38A

Color information

#96E38A (or 0x96E38A) is unknown color: approx Granny Smith Apple. HEX triplet: 96, E3 and 8A. RGB value is (150,227,138). Sum of RGB (Red+Green+Blue) = 150+227+138=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #96E38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E38A is #691C75. Grayscale: #C2C2C2. Windows color (decimal): -6888566 or 9102230. OLE color: 9102230.

HSL color Cylindrical-coordinate representation of color #96E38A: hue angle of 111.91º 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 #96E38A is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB150227138-
CMYK0.3400.390.11
HSL111.91º61.38%71.57%-
HSV(B)111.91º39.21%89.02%-
XYZ44.6363.2633.9-
YUV193.8396.4996.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.13%
GREEN value IS 227 (89.06% from 255) = 44.08%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=29.13%
G=44.08%
B=26.80%

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
Decimal1502271380.3400.390.11111.9161.3871.57
Hex96E38A22027B703d48
Octal226343212420471316075110
Binary1001011011100011100010101000100100111101111100001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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