#8AC287

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

Shades of De York #8AC287

Tints of De York #8AC287

Color information

#8AC287 (or 0x8AC287) is unknown color: approx De York. HEX triplet: 8A, C2 and 87. RGB value is (138,194,135). Sum of RGB (Red+Green+Blue) = 138+194+135=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC287 is #753D78. Grayscale: #AAAAAA. Windows color (decimal): -7683449 or 8897162. OLE color: 8897162.

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

Color convert

RGB138194135-
CMYK0.2900.300.24
HSL116.95º32.6%64.51%-
HSV(B)116.95º30.41%76.08%-
XYZ34.1545.7429.95-
YUV170.53107.95104.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.55%
GREEN value IS 194 (76.17% from 255) = 41.54%
BLUE value IS 135 (53.12% from 255) = 28.91%
R=29.55%
G=41.54%
B=28.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381941350.2900.300.24116.9532.664.51
Hex8AC2871D01E18752141
Octal212302207350363016541101
Binary100010101100001010000111111010111101100011101011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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