#8AC082

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

Shades of De York #8AC082

Tints of De York #8AC082

Color information

#8AC082 (or 0x8AC082) is unknown color: approx De York. HEX triplet: 8A, C0 and 82. RGB value is (138,192,130). Sum of RGB (Red+Green+Blue) = 138+192+130=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC082 is #753F7D. Grayscale: #A8A8A8. Windows color (decimal): -7683966 or 8568970. OLE color: 8568970.

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

Color convert

RGB138192130-
CMYK0.2800.320.25
HSL112.26º32.98%63.14%-
HSV(B)112.26º32.29%75.29%-
XYZ33.3644.7127.99-
YUV168.79106.11106.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30%
GREEN value IS 192 (75.39% from 255) = 41.74%
BLUE value IS 130 (51.17% from 255) = 28.26%
R=30%
G=41.74%
B=28.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381921300.2800.320.25112.2632.9863.14
Hex8AC0821C0201970213f
Octal21230020234040311604177
Binary100010101100000010000010111000100000110011110000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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