#8AC787

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

Shades of De York #8AC787

Tints of De York #8AC787

Color information

#8AC787 (or 0x8AC787) is unknown color: approx De York. HEX triplet: 8A, C7 and 87. RGB value is (138,199,135). Sum of RGB (Red+Green+Blue) = 138+199+135=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 199 - color contains mainly: green. Hex color #8AC787 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC787 is #753878. Grayscale: #ADADAD. Windows color (decimal): -7682169 or 8898442. OLE color: 8898442.

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

Color convert

RGB138199135-
CMYK0.3100.320.22
HSL117.19º36.36%65.49%-
HSV(B)117.19º32.16%78.04%-
XYZ35.284830.33-
YUV173.46106.29102.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.24%
GREEN value IS 199 (78.12% from 255) = 42.16%
BLUE value IS 135 (53.12% from 255) = 28.60%
R=29.24%
G=42.16%
B=28.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1381991350.3100.320.22117.1936.3665.49
Hex8AC7871F02016752441
Octal212307207370402616544101
Binary1000101011000111100001111111101000001011011101011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,199,135); }

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

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

 a { background-color: rgb(138,199,135); }

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

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

 span { border-color: rgb(138,199,135); }

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