#8ACA7C

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

Shades of De York #8ACA7C

Tints of De York #8ACA7C

Color information

#8ACA7C (or 0x8ACA7C) is unknown color: approx De York. HEX triplet: 8A, CA and 7C. RGB value is (138,202,124). Sum of RGB (Red+Green+Blue) = 138+202+124=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACA7C is #753583. Grayscale: #AEAEAE. Windows color (decimal): -7681412 or 8178314. OLE color: 8178314.

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

Color convert

RGB138202124-
CMYK0.3200.390.21
HSL109.23º42.39%63.92%-
HSV(B)109.23º38.61%79.22%-
XYZ35.2449.126.69-
YUV173.9799.8102.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.74%
GREEN value IS 202 (79.30% from 255) = 43.53%
BLUE value IS 124 (48.83% from 255) = 26.72%
R=29.74%
G=43.53%
B=26.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1382021240.3200.390.21109.2342.3963.92
Hex8ACA7C20027156d2a40
Octal212312174400472515552100
Binary1000101011001010111110010000001001111010111011011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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