#8AC17C

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

Shades of De York #8AC17C

Tints of De York #8AC17C

Color information

#8AC17C (or 0x8AC17C) is unknown color: approx De York. HEX triplet: 8A, C1 and 7C. RGB value is (138,193,124). Sum of RGB (Red+Green+Blue) = 138+193+124=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC17C is #753E83. Grayscale: #A8A8A8. Windows color (decimal): -7683716 or 8176010. OLE color: 8176010.

HSL color Cylindrical-coordinate representation of color #8AC17C: hue angle of 107.83º 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 #8AC17C is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB138193124-
CMYK0.2800.360.24
HSL107.83º35.75%62.16%-
HSV(B)107.83º35.75%75.69%-
XYZ33.194526.01-
YUV168.69102.78106.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.33%
GREEN value IS 193 (75.78% from 255) = 42.42%
BLUE value IS 124 (48.83% from 255) = 27.25%
R=30.33%
G=42.42%
B=27.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381931240.2800.360.24107.8335.7562.16
Hex8AC17C1C024186c243e
Octal21230117434044301544476
Binary10001010110000011111100111000100100110001101100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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