#8AC67E

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

Shades of De York #8AC67E

Tints of De York #8AC67E

Color information

#8AC67E (or 0x8AC67E) is unknown color: approx De York. HEX triplet: 8A, C6 and 7E. RGB value is (138,198,126). Sum of RGB (Red+Green+Blue) = 138+198+126=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 198 - color contains mainly: green. Hex color #8AC67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC67E is #753981. Grayscale: #ACACAC. Windows color (decimal): -7682434 or 8308362. OLE color: 8308362.

HSL color Cylindrical-coordinate representation of color #8AC67E: hue angle of 110º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AC67E is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB138198126-
CMYK0.3000.360.22
HSL110º38.71%63.53%-
HSV(B)110º36.36%77.65%-
XYZ34.4447.327.05-
YUV171.85102.12103.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.87%
GREEN value IS 198 (77.73% from 255) = 42.86%
BLUE value IS 126 (49.61% from 255) = 27.27%
R=29.87%
G=42.86%
B=27.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1381981260.3000.360.2211038.7163.53
Hex8AC67E1E024166e2740
Octal212306176360442615647100
Binary100010101100011011111101111001001001011011011101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,198,126); }

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

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

 a { background-color: rgb(138,198,126); }

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

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

 span { border-color: rgb(138,198,126); }

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