#9FEB96

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

Shades of Granny Smith Apple #9FEB96

Tints of Granny Smith Apple #9FEB96

Color information

#9FEB96 (or 0x9FEB96) is unknown color: approx Granny Smith Apple. HEX triplet: 9F, EB and 96. RGB value is (159,235,150). Sum of RGB (Red+Green+Blue) = 159+235+150=544 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.23% from 544); Green value is 235 (92.19% from 255 or 43.20% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEB96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEB96 is #601469. Grayscale: #CACACA. Windows color (decimal): -6296682 or 9890719. OLE color: 9890719.

HSL color Cylindrical-coordinate representation of color #9FEB96: hue angle of 113.65º 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 #9FEB96 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB159235150-
CMYK0.3200.360.08
HSL113.65º68%75.49%-
HSV(B)113.65º36.17%92.16%-
XYZ49.5168.9939.56-
YUV202.5998.3296.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.23%
GREEN value IS 235 (92.19% from 255) = 43.20%
BLUE value IS 150 (58.98% from 255) = 27.57%
R=29.23%
G=43.20%
B=27.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592351500.3200.360.08113.656875.49
Hex9FEB9620024872444b
Octal2373532264004410162104113
Binary10011111111010111001011010000001001001000111001010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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