#8AC491

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

Shades of Dark Sea Green #8AC491

Tints of Dark Sea Green #8AC491

Color information

#8AC491 (or 0x8AC491) is unknown color: approx Dark Sea Green. HEX triplet: 8A, C4 and 91. RGB value is (138,196,145). Sum of RGB (Red+Green+Blue) = 138+196+145=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #8AC491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC491 is #753B6E. Grayscale: #ACACAC. Windows color (decimal): -7682927 or 9553034. OLE color: 9553034.

HSL color Cylindrical-coordinate representation of color #8AC491: hue angle of 127.24º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AC491 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB138196145-
CMYK0.3000.260.23
HSL127.24º32.95%65.49%-
HSV(B)127.24º29.59%76.86%-
XYZ35.3346.9333.98-
YUV172.84112.28103.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.81%
GREEN value IS 196 (76.95% from 255) = 40.92%
BLUE value IS 145 (57.03% from 255) = 30.27%
R=28.81%
G=40.92%
B=30.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1381961450.3000.260.23127.2432.9565.49
Hex8AC4911E01A177f2141
Octal212304221360322717741101
Binary100010101100010010010001111100110101011111111111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,196,145); }

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

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

 a { background-color: rgb(138,196,145); }

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

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

 span { border-color: rgb(138,196,145); }

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