#8ACA9E

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

Shades of Summer Green #8ACA9E

Tints of Summer Green #8ACA9E

Color information

#8ACA9E (or 0x8ACA9E) is unknown color: approx Summer Green. HEX triplet: 8A, CA and 9E. RGB value is (138,202,158). Sum of RGB (Red+Green+Blue) = 138+202+158=498 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.71% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACA9E is #753561. Grayscale: #B1B1B1. Windows color (decimal): -7681378 or 10406538. OLE color: 10406538.

HSL color Cylindrical-coordinate representation of color #8ACA9E: hue angle of 138.75º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACA9E is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB138202158-
CMYK0.3200.220.21
HSL138.75º37.65%66.67%-
HSV(B)138.75º31.68%79.22%-
XYZ37.7750.1140.03-
YUV177.85116.899.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.71%
GREEN value IS 202 (79.30% from 255) = 40.56%
BLUE value IS 158 (62.11% from 255) = 31.73%
R=27.71%
G=40.56%
B=31.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1382021580.3200.220.21138.7537.6566.67
Hex8ACA9E20016158b2643
Octal212312236400262521346103
Binary10001010110010101001111010000001011010101100010111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,202,158); }

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

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

 a { background-color: rgb(138,202,158); }

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

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

 span { border-color: rgb(138,202,158); }

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