#8ACAA2

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

Shades of Summer Green #8ACAA2

Tints of Summer Green #8ACAA2

Color information

#8ACAA2 (or 0x8ACAA2) is unknown color: approx Summer Green. HEX triplet: 8A, CA and A2. RGB value is (138,202,162). Sum of RGB (Red+Green+Blue) = 138+202+162=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACAA2 is #75355D. Grayscale: #B2B2B2. Windows color (decimal): -7681374 or 10668682. OLE color: 10668682.

HSL color Cylindrical-coordinate representation of color #8ACAA2: hue angle of 142.5º 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 #8ACAA2 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB138202162-
CMYK0.3200.200.21
HSL142.5º37.65%66.67%-
HSV(B)142.5º31.68%79.22%-
XYZ38.1250.2541.87-
YUV178.3118.899.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.49%
GREEN value IS 202 (79.30% from 255) = 40.24%
BLUE value IS 162 (63.67% from 255) = 32.27%
R=27.49%
G=40.24%
B=32.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1382021620.3200.200.21142.537.6566.67
Hex8ACAA220014158e2643
Octal212312242400242521646103
Binary10001010110010101010001010000001010010101100011101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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