#8ACC8B

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

Shades of De York #8ACC8B

Tints of De York #8ACC8B

Color information

#8ACC8B (or 0x8ACC8B) is unknown color: approx De York. HEX triplet: 8A, CC and 8B. RGB value is (138,204,139). Sum of RGB (Red+Green+Blue) = 138+204+139=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACC8B is #753374. Grayscale: #B1B1B1. Windows color (decimal): -7680885 or 9161866. OLE color: 9161866.

HSL color Cylindrical-coordinate representation of color #8ACC8B: hue angle of 120.91º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACC8B is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB138204139-
CMYK0.3200.320.2
HSL120.91º39.29%67.06%-
HSV(B)120.91º32.35%80%-
XYZ36.7350.4532.23-
YUV176.86106.63100.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.69%
GREEN value IS 204 (80.08% from 255) = 42.41%
BLUE value IS 139 (54.69% from 255) = 28.90%
R=28.69%
G=42.41%
B=28.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1382041390.3200.320.2120.9139.2967.06
Hex8ACC8B2002014792743
Octal212314213400402417147103
Binary10001010110011001000101110000001000001010011110011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,204,139); }

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

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

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

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

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

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

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