#8ACA7A

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

Shades of De York #8ACA7A

Tints of De York #8ACA7A

Color information

#8ACA7A (or 0x8ACA7A) is unknown color: approx De York. HEX triplet: 8A, CA and 7A. RGB value is (138,202,122). Sum of RGB (Red+Green+Blue) = 138+202+122=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACA7A is #753585. Grayscale: #ADADAD. Windows color (decimal): -7681414 or 8047242. OLE color: 8047242.

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

Color convert

RGB138202122-
CMYK0.3200.400.21
HSL108º43.01%63.53%-
HSV(B)108º39.6%79.22%-
XYZ35.1149.0526.03-
YUV173.7498.8102.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.87%
GREEN value IS 202 (79.30% from 255) = 43.72%
BLUE value IS 122 (48.05% from 255) = 26.41%
R=29.87%
G=43.72%
B=26.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1382021220.3200.400.2110843.0163.53
Hex8ACA7A20028156c2b40
Octal212312172400502515453100
Binary1000101011001010111101010000001010001010111011001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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