#8AC489

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

Shades of De York #8AC489

Tints of De York #8AC489

Color information

#8AC489 (or 0x8AC489) is unknown color: approx De York. HEX triplet: 8A, C4 and 89. RGB value is (138,196,137). Sum of RGB (Red+Green+Blue) = 138+196+137=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 196 - color contains mainly: green. Hex color #8AC489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC489 is #753B76. Grayscale: #ACACAC. Windows color (decimal): -7682935 or 9028746. OLE color: 9028746.

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

Color convert

RGB138196137-
CMYK0.3000.300.23
HSL118.98º33.33%65.29%-
HSV(B)118.98º30.1%76.86%-
XYZ34.7446.6930.85-
YUV171.93108.28103.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.30%
GREEN value IS 196 (76.95% from 255) = 41.61%
BLUE value IS 137 (53.91% from 255) = 29.09%
R=29.30%
G=41.61%
B=29.09%

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
Decimal1381961370.3000.300.23118.9833.3365.29
Hex8AC4891E01E17772141
Octal212304211360362716741101
Binary100010101100010010001001111100111101011111101111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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