#8AD68E

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

Shades of De York #8AD68E

Tints of De York #8AD68E

Color information

#8AD68E (or 0x8AD68E) is unknown color: approx De York. HEX triplet: 8A, D6 and 8E. RGB value is (138,214,142). Sum of RGB (Red+Green+Blue) = 138+214+142=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD68E is #752971. Grayscale: #B7B7B7. Windows color (decimal): -7678322 or 9361034. OLE color: 9361034.

HSL color Cylindrical-coordinate representation of color #8AD68E: hue angle of 123.16º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD68E is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB138214142-
CMYK0.3600.340.16
HSL123.16º48.1%69.02%-
HSV(B)123.16º35.51%83.92%-
XYZ39.4155.4534.22-
YUV183.07104.8295.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.94%
GREEN value IS 214 (83.98% from 255) = 43.32%
BLUE value IS 142 (55.86% from 255) = 28.74%
R=27.94%
G=43.32%
B=28.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1382141420.3600.340.16123.1648.169.02
Hex8AD68E24022107b3045
Octal212326216440422017360105
Binary10001010110101101000111010010001000101000011110111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,214,142); }

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

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

 a { background-color: rgb(138,214,142); }

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

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

 span { border-color: rgb(138,214,142); }

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