#8AD78B

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

Shades of De York #8AD78B

Tints of De York #8AD78B

Color information

#8AD78B (or 0x8AD78B) is unknown color: approx De York. HEX triplet: 8A, D7 and 8B. RGB value is (138,215,139). Sum of RGB (Red+Green+Blue) = 138+215+139=492 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.05% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 215 - color contains mainly: green. Hex color #8AD78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD78B is #752874. Grayscale: #B7B7B7. Windows color (decimal): -7678069 or 9164682. OLE color: 9164682.

HSL color Cylindrical-coordinate representation of color #8AD78B: hue angle of 120.78º degrees, saturation: 0.49, 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 #8AD78B is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB138215139-
CMYK0.3600.350.16
HSL120.78º49.04%69.22%-
HSV(B)120.78º35.81%84.31%-
XYZ39.4455.8733.13-
YUV183.31102.9995.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.05%
GREEN value IS 215 (84.38% from 255) = 43.70%
BLUE value IS 139 (54.69% from 255) = 28.25%
R=28.05%
G=43.70%
B=28.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1382151390.3600.350.16120.7849.0469.22
Hex8AD78B2402310793145
Octal212327213440432017161105
Binary10001010110101111000101110010001000111000011110011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,215,139); }

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

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

 a { background-color: rgb(138,215,139); }

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

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

 span { border-color: rgb(138,215,139); }

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