#8AC48A

Color #8AC48A De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #8AC48A

Tints of De York #8AC48A

Color information

#8AC48A (or 0x8AC48A) is unknown color: approx De York. HEX triplet: 8A, C4 and 8A. RGB value is (138,196,138). Sum of RGB (Red+Green+Blue) = 138+196+138=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #8AC48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC48A is #753B75. Grayscale: #ACACAC. Windows color (decimal): -7682934 or 9094282. OLE color: 9094282.

HSL color Cylindrical-coordinate representation of color #8AC48A: hue angle of 120º 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 #8AC48A is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB138196138-
CMYK0.3000.300.23
HSL120º32.95%65.49%-
HSV(B)120º29.59%76.86%-
XYZ34.8146.7231.23-
YUV172.05108.78103.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.24%
GREEN value IS 196 (76.95% from 255) = 41.53%
BLUE value IS 138 (54.30% from 255) = 29.24%
R=29.24%
G=41.53%
B=29.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1381961380.3000.300.2312032.9565.49
Hex8AC48A1E01E17782141
Octal212304212360362717041101
Binary100010101100010010001010111100111101011111110001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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