#96D995

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

Shades of Granny Smith Apple #96D995

Tints of Granny Smith Apple #96D995

Color information

#96D995 (or 0x96D995) is unknown color: approx Granny Smith Apple. HEX triplet: 96, D9 and 95. RGB value is (150,217,149). Sum of RGB (Red+Green+Blue) = 150+217+149=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #96D995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D995 is #69266A. Grayscale: #BDBDBD. Windows color (decimal): -6891115 or 9820566. OLE color: 9820566.

HSL color Cylindrical-coordinate representation of color #96D995: hue angle of 119.12º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D995 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB150217149-
CMYK0.3100.310.15
HSL119.12º47.22%71.76%-
HSV(B)119.12º31.34%85.1%-
XYZ42.8258.2837.43-
YUV189.21105.3100.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.07%
GREEN value IS 217 (85.16% from 255) = 42.05%
BLUE value IS 149 (58.59% from 255) = 28.88%
R=29.07%
G=42.05%
B=28.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502171490.3100.310.15119.1247.2271.76
Hex96D9951F01FF772f48
Octal226331225370371716757110
Binary10010110110110011001010111111011111111111101111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,217,149); }

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

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

 a { background-color: rgb(150,217,149); }

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

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

 span { border-color: rgb(150,217,149); }

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