#95D896

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

Shades of Granny Smith Apple #95D896

Tints of Granny Smith Apple #95D896

Color information

#95D896 (or 0x95D896) is unknown color: approx Granny Smith Apple. HEX triplet: 95, D8 and 96. RGB value is (149,216,150). Sum of RGB (Red+Green+Blue) = 149+216+150=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #95D896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D896 is #6A2769. Grayscale: #BCBCBC. Windows color (decimal): -6956906 or 9885845. OLE color: 9885845.

HSL color Cylindrical-coordinate representation of color #95D896: hue angle of 120.9º degrees, saturation: 0.46, 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 #95D896 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB149216150-
CMYK0.3100.310.15
HSL120.9º46.21%71.57%-
HSV(B)120.9º31.02%84.71%-
XYZ42.4657.737.75-
YUV188.44106.399.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.93%
GREEN value IS 216 (84.77% from 255) = 41.94%
BLUE value IS 150 (58.98% from 255) = 29.13%
R=28.93%
G=41.94%
B=29.13%

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
Decimal1492161500.3100.310.15120.946.2171.57
Hex95D8961F01FF792e48
Octal225330226370371717156110
Binary10010101110110001001011011111011111111111110011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95D896; }

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

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

<style>
 a { background-color: #95D896; }

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

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

<style>
 span { border-color: #95D896; }

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

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