#8AC684

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

Shades of De York #8AC684

Tints of De York #8AC684

Color information

#8AC684 (or 0x8AC684) is unknown color: approx De York. HEX triplet: 8A, C6 and 84. RGB value is (138,198,132). Sum of RGB (Red+Green+Blue) = 138+198+132=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 198 - color contains mainly: green. Hex color #8AC684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC684 is #75397B. Grayscale: #ACACAC. Windows color (decimal): -7682428 or 8701578. OLE color: 8701578.

HSL color Cylindrical-coordinate representation of color #8AC684: hue angle of 114.55º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AC684 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB138198132-
CMYK0.3000.330.22
HSL114.55º36.67%64.71%-
HSV(B)114.55º33.33%77.65%-
XYZ34.8447.4629.15-
YUV172.54105.12103.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.49%
GREEN value IS 198 (77.73% from 255) = 42.31%
BLUE value IS 132 (51.95% from 255) = 28.21%
R=29.49%
G=42.31%
B=28.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1381981320.3000.330.22114.5536.6764.71
Hex8AC6841E02116732541
Octal212306204360412616345101
Binary1000101011000110100001001111001000011011011100111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,198,132); }

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

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

 a { background-color: rgb(138,198,132); }

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

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

 span { border-color: rgb(138,198,132); }

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