#9EEB96

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

Shades of Granny Smith Apple #9EEB96

Tints of Granny Smith Apple #9EEB96

Color information

#9EEB96 (or 0x9EEB96) is unknown color: approx Granny Smith Apple. HEX triplet: 9E, EB and 96. RGB value is (158,235,150). Sum of RGB (Red+Green+Blue) = 158+235+150=543 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.10% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEB96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEB96 is #611469. Grayscale: #CACACA. Windows color (decimal): -6362218 or 9890718. OLE color: 9890718.

HSL color Cylindrical-coordinate representation of color #9EEB96: hue angle of 114.35º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EEB96 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB158235150-
CMYK0.3300.360.08
HSL114.35º68%75.49%-
HSV(B)114.35º36.17%92.16%-
XYZ49.3168.8939.55-
YUV202.2998.4996.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.10%
GREEN value IS 235 (92.19% from 255) = 43.28%
BLUE value IS 150 (58.98% from 255) = 27.62%
R=29.10%
G=43.28%
B=27.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1582351500.3300.360.08114.356875.49
Hex9EEB9621024872444b
Octal2363532264104410162104113
Binary10011110111010111001011010000101001001000111001010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EEB96; }

 p { color: rgb(158,235,150); }

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

<style>
 a { background-color: #9EEB96; }

 a { background-color: rgb(158,235,150); }

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

<style>
 span { border-color: #9EEB96; }

 span { border-color: rgb(158,235,150); }

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