#95AFA0

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

Shades of Summer Green #95AFA0

Tints of Summer Green #95AFA0

Color information

#95AFA0 (or 0x95AFA0) is unknown color: approx Summer Green. HEX triplet: 95, AF and A0. RGB value is (149,175,160). Sum of RGB (Red+Green+Blue) = 149+175+160=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 175 - color contains mainly: green. Hex color #95AFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AFA0 is #6A505F. Grayscale: #A5A5A5. Windows color (decimal): -6967392 or 10530709. OLE color: 10530709.

HSL color Cylindrical-coordinate representation of color #95AFA0: hue angle of 145.38º 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 #95AFA0 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB149175160-
CMYK0.1500.090.31
HSL145.38º13.98%63.53%-
HSV(B)145.38º14.86%68.63%-
XYZ34.0739.5939.1-
YUV165.52124.89116.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.79%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 160 (62.89% from 255) = 33.06%
R=30.79%
G=36.16%
B=33.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491751600.1500.090.31145.3813.9863.53
Hex95AFA0F091F91e40
Octal225257240170113722116100
Binary100101011010111110100000111101001111111001000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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