#95E686

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

Shades of Granny Smith Apple #95E686

Tints of Granny Smith Apple #95E686

Color information

#95E686 (or 0x95E686) is unknown color: approx Granny Smith Apple. HEX triplet: 95, E6 and 86. RGB value is (149,230,134). Sum of RGB (Red+Green+Blue) = 149+230+134=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 230 - color contains mainly: green. Hex color #95E686 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E686 is #6A1979. Grayscale: #C3C3C3. Windows color (decimal): -6953338 or 8840853. OLE color: 8840853.

HSL color Cylindrical-coordinate representation of color #95E686: hue angle of 110.62º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95E686 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB149230134-
CMYK0.3500.420.10
HSL110.62º65.75%71.37%-
HSV(B)110.62º41.74%90.2%-
XYZ44.9964.732.67-
YUV194.8493.6695.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.04%
GREEN value IS 230 (90.23% from 255) = 44.83%
BLUE value IS 134 (52.73% from 255) = 26.12%
R=29.04%
G=44.83%
B=26.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1492301340.3500.420.10110.6265.7571.37
Hex95E6862302AA6f4247
Octal2253462064305212157102107
Binary10010101111001101000011010001101010101010110111110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,230,134); }

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

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

 a { background-color: rgb(149,230,134); }

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

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

 span { border-color: rgb(149,230,134); }

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