#8AC481

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

Shades of De York #8AC481

Tints of De York #8AC481

Color information

#8AC481 (or 0x8AC481) is unknown color: approx De York. HEX triplet: 8A, C4 and 81. RGB value is (138,196,129). Sum of RGB (Red+Green+Blue) = 138+196+129=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 196 - color contains mainly: green. Hex color #8AC481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC481 is #753B7E. Grayscale: #ABABAB. Windows color (decimal): -7682943 or 8504458. OLE color: 8504458.

HSL color Cylindrical-coordinate representation of color #8AC481: hue angle of 111.94º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AC481 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB138196129-
CMYK0.3000.340.23
HSL111.94º36.22%63.73%-
HSV(B)111.94º34.18%76.86%-
XYZ34.1846.4727.94-
YUV171.02104.28104.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.81%
GREEN value IS 196 (76.95% from 255) = 42.33%
BLUE value IS 129 (50.78% from 255) = 27.86%
R=29.81%
G=42.33%
B=27.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1381961290.3000.340.23111.9436.2263.73
Hex8AC4811E02217702440
Octal212304201360422716044100
Binary1000101011000100100000011111001000101011111100001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,196,129); }

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

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

 a { background-color: rgb(138,196,129); }

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

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

 span { border-color: rgb(138,196,129); }

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