#95AF99

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

Shades of Edward #95AF99

Tints of Edward #95AF99

Color information

#95AF99 (or 0x95AF99) is unknown color: approx Edward. HEX triplet: 95, AF and 99. RGB value is (149,175,153). Sum of RGB (Red+Green+Blue) = 149+175+153=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AF99 is #6A5066. Grayscale: #A4A4A4. Windows color (decimal): -6967399 or 10071957. OLE color: 10071957.

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

Color convert

RGB149175153-
CMYK0.1500.130.31
HSL129.23º13.98%63.53%-
HSV(B)129.23º14.86%68.63%-
XYZ33.4739.3535.97-
YUV164.72121.39116.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.24%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 153 (60.16% from 255) = 32.08%
R=31.24%
G=36.69%
B=32.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491751530.1500.130.31129.2313.9863.53
Hex95AF99F0D1F81e40
Octal225257231170153720116100
Binary100101011010111110011001111101101111111000000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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