#8acda1

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

Shades of Summer Green #8ACDA1

Tints of Summer Green #8ACDA1

Color information

#8ACDA1 (or 0x8ACDA1) is unknown color: approx Summer Green. HEX triplet: 8A, CD and A1. RGB value is (138,205,161). Sum of RGB (Red+Green+Blue) = 138+205+161=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACDA1 is #75325E. Grayscale: #B4B4B4. Windows color (decimal): -7680607 or 10603914. OLE color: 10603914.

HSL color Cylindrical-coordinate representation of color #8ACDA1: hue angle of 140.6º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACDA1 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB138205161-
CMYK0.3300.210.20
HSL140.6º40.12%67.25%-
HSV(B)140.6º32.68%80.39%-
XYZ38.7551.6441.64-
YUV179.95117.398.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.38%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 161 (63.28% from 255) = 31.94%
R=27.38%
G=40.67%
B=31.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1382051610.3300.210.20140.640.1267.25
Hex8ACDA121015148d2843
Octal212315241410252421550103
Binary10001010110011011010000110000101010110100100011011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8acda1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,205,161); }

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

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

 a { background-color: rgb(138,205,161); }

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

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

 span { border-color: rgb(138,205,161); }

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