#8ACC84

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

Shades of De York #8ACC84

Tints of De York #8ACC84

Color information

#8ACC84 (or 0x8ACC84) is unknown color: approx De York. HEX triplet: 8A, CC and 84. RGB value is (138,204,132). Sum of RGB (Red+Green+Blue) = 138+204+132=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACC84 is #75337B. Grayscale: #B0B0B0. Windows color (decimal): -7680892 or 8703114. OLE color: 8703114.

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

Color convert

RGB138204132-
CMYK0.3200.350.2
HSL115º41.38%65.88%-
HSV(B)115º35.29%80%-
XYZ36.2450.2529.62-
YUV176.06103.13100.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.11%
GREEN value IS 204 (80.08% from 255) = 43.04%
BLUE value IS 132 (51.95% from 255) = 27.85%
R=29.11%
G=43.04%
B=27.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1382041320.3200.350.211541.3865.88
Hex8ACC842002314732942
Octal212314204400432416351102
Binary10001010110011001000010010000001000111010011100111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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