#96E98A

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

Shades of Granny Smith Apple #96E98A

Tints of Granny Smith Apple #96E98A

Color information

#96E98A (or 0x96E98A) is unknown color: approx Granny Smith Apple. HEX triplet: 96, E9 and 8A. RGB value is (150,233,138). Sum of RGB (Red+Green+Blue) = 150+233+138=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #96E98A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E98A is #691675. Grayscale: #C5C5C5. Windows color (decimal): -6887030 or 9103766. OLE color: 9103766.

HSL color Cylindrical-coordinate representation of color #96E98A: hue angle of 112.42º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96E98A is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB150233138-
CMYK0.3600.410.09
HSL112.42º68.35%72.75%-
HSV(B)112.42º40.77%91.37%-
XYZ46.366.634.46-
YUV197.3594.594.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.79%
GREEN value IS 233 (91.41% from 255) = 44.72%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=28.79%
G=44.72%
B=26.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502331380.3600.410.09112.4268.3572.75
Hex96E98A240299704449
Octal2263512124405111160104111
Binary10010110111010011000101010010001010011001111000010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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