Html Css Color HEX #8ACC86 De York

📋 copy color: '#8ACC86'

red 138 ◦ green 204 ◦ blue 134

#8ACC86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #8ACC86

Tints of De York #8ACC86

RGB

 RED value IS 138 (54.3% from 255) = 28.99%

 GREEN value IS 204 (80.08% from 255) = 42.86%

 BLUE value IS 134 (52.73% from 255) = 28.15%

R = 28.99%
G = 42.86%
B = 28.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#8ACC86 (or 0x8ACC86) is known color: De York. HEX triplet: 8A, CC and 86. RGB value is (138,204,134). Sum of RGB (Red+Green+Blue) = 138+204+134=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACC86 is #753379. Grayscale: #B0B0B0. Windows color (decimal): -7680890 or 8834186. OLE color: 8834186.

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

Color convert

RGB 138 204 134 -
CMYK 0.32 0 0.34 0.2
HSL 116.57º 0.41% 0.66% -
HSV(B) 116.57º 0.34% 0.8% -
XYZ 36.38 50.31 30.35 -
YUV 176.29 104.13 100.69 -
System Red Green Blue C M Y K H S L
Decimal 138 204 134 0.32 0 0.34 0.2 116.57 0.41 0.66
Hex 8A CC 86 20 0 22 14 75 29 42
Octal 212 314 206 40 0 42 24 165 51 102
Binary 10001010 11001100 10000110 100000 0 100010 10100 1110101 101001 1000010

Color Harmonies of #8ACC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACC86

Black with #8ACC86

Text Example


Text Example

White with #8ACC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ACC86;
 }
 .AnyTagClassName
 {
   color: #8ACC86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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