#8AAC97

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

Shades of Summer Green #8AAC97

Tints of Summer Green #8AAC97

Color information

#8AAC97 (or 0x8AAC97) is unknown color: approx Summer Green. HEX triplet: 8A, AC and 97. RGB value is (138,172,151). Sum of RGB (Red+Green+Blue) = 138+172+151=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAC97 is #755368. Grayscale: #9F9F9F. Windows color (decimal): -7689065 or 9940106. OLE color: 9940106.

HSL color Cylindrical-coordinate representation of color #8AAC97: hue angle of 142.94º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8AAC97 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB138172151-
CMYK0.2000.120.33
HSL142.94º17%60.78%-
HSV(B)142.94º19.77%67.45%-
XYZ30.8237.1434.82-
YUV159.44123.24112.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.93%
GREEN value IS 172 (67.58% from 255) = 37.31%
BLUE value IS 151 (59.38% from 255) = 32.75%
R=29.93%
G=37.31%
B=32.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381721510.2000.120.33142.941760.78
Hex8AAC97140C218f113d
Octal21225422724014412172175
Binary10001010101011001001011110100011001000011000111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AAC97; }

 p { color: rgb(138,172,151); }

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

<style>
 a { background-color: #8AAC97; }

 a { background-color: rgb(138,172,151); }

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

<style>
 span { border-color: #8AAC97; }

 span { border-color: rgb(138,172,151); }

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