#8AC27C

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

Shades of De York #8AC27C

Tints of De York #8AC27C

Color information

#8AC27C (or 0x8AC27C) is unknown color: approx De York. HEX triplet: 8A, C2 and 7C. RGB value is (138,194,124). Sum of RGB (Red+Green+Blue) = 138+194+124=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC27C is #753D83. Grayscale: #A9A9A9. Windows color (decimal): -7683460 or 8176266. OLE color: 8176266.

HSL color Cylindrical-coordinate representation of color #8AC27C: hue angle of 108º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AC27C is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB138194124-
CMYK0.2900.360.24
HSL108º36.46%62.35%-
HSV(B)108º36.08%76.08%-
XYZ33.4145.4426.08-
YUV169.28102.45105.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.26%
GREEN value IS 194 (76.17% from 255) = 42.54%
BLUE value IS 124 (48.83% from 255) = 27.19%
R=30.26%
G=42.54%
B=27.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381941240.2900.360.2410836.4662.35
Hex8AC27C1D024186c243e
Octal21230217435044301544476
Binary10001010110000101111100111010100100110001101100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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