#95AF9C

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

Shades of Summer Green #95AF9C

Tints of Summer Green #95AF9C

Color information

#95AF9C (or 0x95AF9C) is unknown color: approx Summer Green. HEX triplet: 95, AF and 9C. RGB value is (149,175,156). Sum of RGB (Red+Green+Blue) = 149+175+156=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AF9C is #6A5063. Grayscale: #A5A5A5. Windows color (decimal): -6967396 or 10268565. OLE color: 10268565.

HSL color Cylindrical-coordinate representation of color #95AF9C: hue angle of 136.15º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95AF9C is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB149175156-
CMYK0.1500.110.31
HSL136.15º13.98%63.53%-
HSV(B)136.15º14.86%68.63%-
XYZ33.7339.4537.29-
YUV165.06122.89116.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.04%
GREEN value IS 175 (68.75% from 255) = 36.46%
BLUE value IS 156 (61.33% from 255) = 32.5%
R=31.04%
G=36.46%
B=32.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491751560.1500.110.31136.1513.9863.53
Hex95AF9CF0B1F88e40
Octal225257234170133721016100
Binary100101011010111110011100111101011111111000100011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,175,156); }

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

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

 a { background-color: rgb(149,175,156); }

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

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

 span { border-color: rgb(149,175,156); }

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