#8AC078

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

Shades of De York #8AC078

Tints of De York #8AC078

Color information

#8AC078 (or 0x8AC078) is unknown color: approx De York. HEX triplet: 8A, C0 and 78. RGB value is (138,192,120). Sum of RGB (Red+Green+Blue) = 138+192+120=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC078 is #753F87. Grayscale: #A7A7A7. Windows color (decimal): -7683976 or 7913610. OLE color: 7913610.

HSL color Cylindrical-coordinate representation of color #8AC078: hue angle of 105º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AC078 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB138192120-
CMYK0.2800.380.25
HSL105º36.36%61.18%-
HSV(B)105º37.5%75.29%-
XYZ32.7244.4624.63-
YUV167.65101.11106.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.67%
GREEN value IS 192 (75.39% from 255) = 42.67%
BLUE value IS 120 (47.27% from 255) = 26.67%
R=30.67%
G=42.67%
B=26.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381921200.2800.380.2510536.3661.18
Hex8AC0781C0261969243d
Octal21230017034046311514475
Binary10001010110000001111000111000100110110011101001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,192,120); }

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

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

 a { background-color: rgb(138,192,120); }

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

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

 span { border-color: rgb(138,192,120); }

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