#8ACC9A

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

Shades of Summer Green #8ACC9A

Tints of Summer Green #8ACC9A

Color information

#8ACC9A (or 0x8ACC9A) is unknown color: approx Summer Green. HEX triplet: 8A, CC and 9A. RGB value is (138,204,154). Sum of RGB (Red+Green+Blue) = 138+204+154=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACC9A is #753365. Grayscale: #B2B2B2. Windows color (decimal): -7680870 or 10144906. OLE color: 10144906.

HSL color Cylindrical-coordinate representation of color #8ACC9A: hue angle of 134.55º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACC9A is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB138204154-
CMYK0.3200.250.2
HSL134.55º39.29%67.06%-
HSV(B)134.55º32.35%80%-
XYZ37.9150.9238.4-
YUV178.57114.1399.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.82%
GREEN value IS 204 (80.08% from 255) = 41.13%
BLUE value IS 154 (60.55% from 255) = 31.05%
R=27.82%
G=41.13%
B=31.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1382041540.3200.250.2134.5539.2967.06
Hex8ACC9A2001914872743
Octal212314232400312420747103
Binary10001010110011001001101010000001100110100100001111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,204,154); }

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

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

 a { background-color: rgb(138,204,154); }

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

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

 span { border-color: rgb(138,204,154); }

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