#8CA999

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

Shades of Summer Green #8CA999

Tints of Summer Green #8CA999

Color information

#8CA999 (or 0x8CA999) is unknown color: approx Summer Green. HEX triplet: 8C, A9 and 99. RGB value is (140,169,153). Sum of RGB (Red+Green+Blue) = 140+169+153=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA999 is #735666. Grayscale: #9E9E9E. Windows color (decimal): -7558759 or 10070412. OLE color: 10070412.

HSL color Cylindrical-coordinate representation of color #8CA999: hue angle of 146.9º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8CA999 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB140169153-
CMYK0.1700.090.34
HSL146.9º14.43%60.59%-
HSV(B)146.9º17.16%66.27%-
XYZ30.7536.2535.51-
YUV158.5124.89114.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.30%
GREEN value IS 169 (66.41% from 255) = 36.58%
BLUE value IS 153 (60.16% from 255) = 33.12%
R=30.30%
G=36.58%
B=33.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1401691530.1700.090.34146.914.4360.59
Hex8CA99911092293e3d
Octal21425123121011422231675
Binary1000110010101001100110011000101001100010100100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,169,153); }

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

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

 a { background-color: rgb(140,169,153); }

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

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

 span { border-color: rgb(140,169,153); }

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