#8AC881

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

Shades of De York #8AC881

Tints of De York #8AC881

Color information

#8AC881 (or 0x8AC881) is unknown color: approx De York. HEX triplet: 8A, C8 and 81. RGB value is (138,200,129). Sum of RGB (Red+Green+Blue) = 138+200+129=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC881 is #75377E. Grayscale: #ADADAD. Windows color (decimal): -7681919 or 8505482. OLE color: 8505482.

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

Color convert

RGB138200129-
CMYK0.3100.360.22
HSL112.39º39.23%64.51%-
HSV(B)112.39º35.5%78.43%-
XYZ35.148.328.24-
YUV173.37102.96102.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.55%
GREEN value IS 200 (78.52% from 255) = 42.83%
BLUE value IS 129 (50.78% from 255) = 27.62%
R=29.55%
G=42.83%
B=27.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1382001290.3100.360.22112.3939.2364.51
Hex8AC8811F02416702741
Octal212310201370442616047101
Binary1000101011001000100000011111101001001011011100001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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