#8AC882

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

Shades of De York #8AC882

Tints of De York #8AC882

Color information

#8AC882 (or 0x8AC882) is unknown color: approx De York. HEX triplet: 8A, C8 and 82. RGB value is (138,200,130). Sum of RGB (Red+Green+Blue) = 138+200+130=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC882 is #75377D. Grayscale: #ADADAD. Windows color (decimal): -7681918 or 8571018. OLE color: 8571018.

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

Color convert

RGB138200130-
CMYK0.3100.350.22
HSL113.14º38.89%64.71%-
HSV(B)113.14º35%78.43%-
XYZ35.1648.3228.59-
YUV173.48103.46102.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.49%
GREEN value IS 200 (78.52% from 255) = 42.74%
BLUE value IS 130 (51.17% from 255) = 27.78%
R=29.49%
G=42.74%
B=27.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1382001300.3100.350.22113.1438.8964.71
Hex8AC8821F02316712741
Octal212310202370432616147101
Binary1000101011001000100000101111101000111011011100011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,200,130); }

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

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

 a { background-color: rgb(138,200,130); }

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

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

 span { border-color: rgb(138,200,130); }

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