#8ACA93

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

Shades of De York #8ACA93

Tints of De York #8ACA93

Color information

#8ACA93 (or 0x8ACA93) is unknown color: approx De York. HEX triplet: 8A, CA and 93. RGB value is (138,202,147). Sum of RGB (Red+Green+Blue) = 138+202+147=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACA93 is #75356C. Grayscale: #B0B0B0. Windows color (decimal): -7681389 or 9685642. OLE color: 9685642.

HSL color Cylindrical-coordinate representation of color #8ACA93: hue angle of 128.44º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACA93 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB138202147-
CMYK0.3200.270.21
HSL128.44º37.65%66.67%-
HSV(B)128.44º31.68%79.22%-
XYZ36.8749.7535.26-
YUV176.59111.3100.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.34%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 147 (57.81% from 255) = 30.18%
R=28.34%
G=41.48%
B=30.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1382021470.3200.270.21128.4437.6566.67
Hex8ACA932001B15802643
Octal212312223400332520046103
Binary10001010110010101001001110000001101110101100000001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,202,147); }

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

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

 a { background-color: rgb(138,202,147); }

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

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

 span { border-color: rgb(138,202,147); }

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