#8AC687

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

Shades of De York #8AC687

Tints of De York #8AC687

Color information

#8AC687 (or 0x8AC687) is unknown color: approx De York. HEX triplet: 8A, C6 and 87. RGB value is (138,198,135). Sum of RGB (Red+Green+Blue) = 138+198+135=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 198 - color contains mainly: green. Hex color #8AC687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC687 is #753978. Grayscale: #ADADAD. Windows color (decimal): -7682425 or 8898186. OLE color: 8898186.

HSL color Cylindrical-coordinate representation of color #8AC687: hue angle of 117.14º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AC687 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB138198135-
CMYK0.3000.320.22
HSL117.14º35.59%65.29%-
HSV(B)117.14º31.82%77.65%-
XYZ35.0547.5430.25-
YUV172.88106.62103.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.30%
GREEN value IS 198 (77.73% from 255) = 42.04%
BLUE value IS 135 (53.12% from 255) = 28.66%
R=29.30%
G=42.04%
B=28.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1381981350.3000.320.22117.1435.5965.29
Hex8AC6871E02016752441
Octal212306207360402616544101
Binary1000101011000110100001111111001000001011011101011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,198,135); }

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

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

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

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

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

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

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