#8ACE7F

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

Shades of De York #8ACE7F

Tints of De York #8ACE7F

Color information

#8ACE7F (or 0x8ACE7F) is unknown color: approx De York. HEX triplet: 8A, CE and 7F. RGB value is (138,206,127). Sum of RGB (Red+Green+Blue) = 138+206+127=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACE7F is #753180. Grayscale: #B0B0B0. Windows color (decimal): -7680385 or 8375946. OLE color: 8375946.

HSL color Cylindrical-coordinate representation of color #8ACE7F: hue angle of 111.65º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ACE7F is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB138206127-
CMYK0.3300.380.19
HSL111.65º44.63%65.29%-
HSV(B)111.65º38.35%80.78%-
XYZ36.3851.0828.02-
YUV176.6699.97100.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.30%
GREEN value IS 206 (80.86% from 255) = 43.74%
BLUE value IS 127 (50% from 255) = 26.96%
R=29.30%
G=43.74%
B=26.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1382061270.3300.380.19111.6544.6365.29
Hex8ACE7F2102613702d41
Octal212316177410462316055101
Binary1000101011001110111111110000101001101001111100001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,206,127); }

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

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

 a { background-color: rgb(138,206,127); }

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

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

 span { border-color: rgb(138,206,127); }

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