#95C4A2

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

Shades of Summer Green #95C4A2

Tints of Summer Green #95C4A2

Color information

#95C4A2 (or 0x95C4A2) is unknown color: approx Summer Green. HEX triplet: 95, C4 and A2. RGB value is (149,196,162). Sum of RGB (Red+Green+Blue) = 149+196+162=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 196 - color contains mainly: green. Hex color #95C4A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C4A2 is #6A3B5D. Grayscale: #B2B2B2. Windows color (decimal): -6962014 or 10667157. OLE color: 10667157.

HSL color Cylindrical-coordinate representation of color #95C4A2: hue angle of 136.6º 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 #95C4A2 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB149196162-
CMYK0.2400.170.23
HSL136.6º28.48%67.65%-
HSV(B)136.6º23.98%76.86%-
XYZ38.6648.4841.5-
YUV178.07118.93107.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.39%
GREEN value IS 196 (76.95% from 255) = 38.66%
BLUE value IS 162 (63.67% from 255) = 31.95%
R=29.39%
G=38.66%
B=31.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491961620.2400.170.23136.628.4867.65
Hex95C4A21801117891c44
Octal225304242300212721134104
Binary100101011100010010100010110000100011011110001001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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