#8AC685

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

Shades of De York #8AC685

Tints of De York #8AC685

Color information

#8AC685 (or 0x8AC685) is unknown color: approx De York. HEX triplet: 8A, C6 and 85. RGB value is (138,198,133). Sum of RGB (Red+Green+Blue) = 138+198+133=469 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.42% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #8AC685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC685 is #75397A. Grayscale: #ACACAC. Windows color (decimal): -7682427 or 8767114. OLE color: 8767114.

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

Color convert

RGB138198133-
CMYK0.3000.330.22
HSL115.38º36.31%64.9%-
HSV(B)115.38º32.83%77.65%-
XYZ34.9147.4829.52-
YUV172.65105.62103.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.42%
GREEN value IS 198 (77.73% from 255) = 42.22%
BLUE value IS 133 (52.34% from 255) = 28.36%
R=29.42%
G=42.22%
B=28.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1381981330.3000.330.22115.3836.3164.9
Hex8AC6851E02116732441
Octal212306205360412616344101
Binary1000101011000110100001011111001000011011011100111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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