#95D08D

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

Shades of Granny Smith Apple #95D08D

Tints of Granny Smith Apple #95D08D

Color information

#95D08D (or 0x95D08D) is unknown color: approx Granny Smith Apple. HEX triplet: 95, D0 and 8D. RGB value is (149,208,141). Sum of RGB (Red+Green+Blue) = 149+208+141=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #95D08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D08D is #6A2F72. Grayscale: #B6B6B6. Windows color (decimal): -6958963 or 9293973. OLE color: 9293973.

HSL color Cylindrical-coordinate representation of color #95D08D: hue angle of 112.84º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95D08D is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB149208141-
CMYK0.2800.320.18
HSL112.84º41.61%68.43%-
HSV(B)112.84º32.21%81.57%-
XYZ39.7653.4233.42-
YUV182.72104.45103.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.92%
GREEN value IS 208 (81.64% from 255) = 41.77%
BLUE value IS 141 (55.47% from 255) = 28.31%
R=29.92%
G=41.77%
B=28.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492081410.2800.320.18112.8441.6168.43
Hex95D08D1C02012712a44
Octal225320215340402216152104
Binary1001010111010000100011011110001000001001011100011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,208,141); }

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

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

 a { background-color: rgb(149,208,141); }

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

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

 span { border-color: rgb(149,208,141); }

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