#8AC47A

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

Shades of De York #8AC47A

Tints of De York #8AC47A

Color information

#8AC47A (or 0x8AC47A) is unknown color: approx De York. HEX triplet: 8A, C4 and 7A. RGB value is (138,196,122). Sum of RGB (Red+Green+Blue) = 138+196+122=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 196 - color contains mainly: green. Hex color #8AC47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC47A is #753B85. Grayscale: #AAAAAA. Windows color (decimal): -7682950 or 8045706. OLE color: 8045706.

HSL color Cylindrical-coordinate representation of color #8AC47A: hue angle of 107.03º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AC47A is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB138196122-
CMYK0.3000.380.23
HSL107.03º38.54%62.35%-
HSV(B)107.03º37.76%76.86%-
XYZ33.7346.2925.57-
YUV170.22100.78105.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.26%
GREEN value IS 196 (76.95% from 255) = 42.98%
BLUE value IS 122 (48.05% from 255) = 26.75%
R=30.26%
G=42.98%
B=26.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1381961220.3000.380.23107.0338.5462.35
Hex8AC47A1E026176b273e
Octal21230417236046271534776
Binary10001010110001001111010111100100110101111101011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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