#95C49E

Color #95C49E Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #95C49E

Tints of Summer Green #95C49E

Color information

#95C49E (or 0x95C49E) is unknown color: approx Summer Green. HEX triplet: 95, C4 and 9E. RGB value is (149,196,158). Sum of RGB (Red+Green+Blue) = 149+196+158=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 196 - color contains mainly: green. Hex color #95C49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C49E is #6A3B61. Grayscale: #B1B1B1. Windows color (decimal): -6962018 or 10405013. OLE color: 10405013.

HSL color Cylindrical-coordinate representation of color #95C49E: hue angle of 131.49º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95C49E is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB149196158-
CMYK0.2400.190.23
HSL131.49º28.48%67.65%-
HSV(B)131.49º23.98%76.86%-
XYZ38.3148.3439.66-
YUV177.61116.93107.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.62%
GREEN value IS 196 (76.95% from 255) = 38.97%
BLUE value IS 158 (62.11% from 255) = 31.41%
R=29.62%
G=38.97%
B=31.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491961580.2400.190.23131.4928.4867.65
Hex95C49E1801317831c44
Octal225304236300232720334104
Binary100101011100010010011110110000100111011110000011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,196,158); }

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

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

 a { background-color: rgb(149,196,158); }

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

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

 span { border-color: rgb(149,196,158); }

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