#8ACC94

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

Shades of De York #8ACC94

Tints of De York #8ACC94

Color information

#8ACC94 (or 0x8ACC94) is unknown color: approx De York. HEX triplet: 8A, CC and 94. RGB value is (138,204,148). Sum of RGB (Red+Green+Blue) = 138+204+148=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACC94 is #75336B. Grayscale: #B2B2B2. Windows color (decimal): -7680876 or 9751690. OLE color: 9751690.

HSL color Cylindrical-coordinate representation of color #8ACC94: hue angle of 129.09º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACC94 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB138204148-
CMYK0.3200.270.2
HSL129.09º39.29%67.06%-
HSV(B)129.09º32.35%80%-
XYZ37.4250.7335.84-
YUV177.88111.1399.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.16%
GREEN value IS 204 (80.08% from 255) = 41.63%
BLUE value IS 148 (58.20% from 255) = 30.20%
R=28.16%
G=41.63%
B=30.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1382041480.3200.270.2129.0939.2967.06
Hex8ACC942001B14812743
Octal212314224400332420147103
Binary10001010110011001001010010000001101110100100000011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,204,148); }

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

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

 a { background-color: rgb(138,204,148); }

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

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

 span { border-color: rgb(138,204,148); }

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