Html Css Color HEX #8ACE87 De York

📋 copy color: '#8ACE87'

red 138 ◦ green 206 ◦ blue 135

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

Shades of De York #8ACE87

Tints of De York #8ACE87

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.01%

 BLUE value IS 135 (53.13% from 255) = 28.18%

R = 28.81%
G = 43.01%
B = 28.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#8ACE87 (or 0x8ACE87) is known color: De York. HEX triplet: 8A, CE and 87. RGB value is (138,206,135). Sum of RGB (Red+Green+Blue) = 138+206+135=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACE87 is #753178. Grayscale: #B1B1B1. Windows color (decimal): -7680377 or 8900234. OLE color: 8900234.

HSL color Cylindrical-coordinate representation of color #8ACE87: hue angle of 117.46º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ACE87 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 206 135 -
CMYK 0.33 0 0.34 0.19
HSL 117.46º 0.42% 0.67% -
HSV(B) 117.46º 0.34% 0.81% -
XYZ 36.93 51.3 30.88 -
YUV 177.57 103.97 99.77 -
System Red Green Blue C M Y K H S L
Decimal 138 206 135 0.33 0 0.34 0.19 117.46 0.42 0.67
Hex 8A CE 87 21 0 22 13 75 2A 43
Octal 212 316 207 41 0 42 23 165 52 103
Binary 10001010 11001110 10000111 100001 0 100010 10011 1110101 101010 1000011

Color Harmonies of #8ACE87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACE87

Black with #8ACE87

Text Example


Text Example

White with #8ACE87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,206,135); }

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

background-color css

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

 a { background-color: rgb(138,206,135); }

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

border-color css

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

 span { border-color: rgb(138,206,135); }

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