Html Css Color HEX #8ACE88 De York

📋 copy color: '#8ACE88'

red 138 ◦ green 206 ◦ blue 136

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

Shades of De York #8ACE88

Tints of De York #8ACE88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.33%

R = 28.75%
G = 42.92%
B = 28.33%

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

#8ACE88 (or 0x8ACE88) is known color: De York. HEX triplet: 8A, CE and 88. RGB value is (138,206,136). Sum of RGB (Red+Green+Blue) = 138+206+136=480 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.75% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACE88 is #753177. Grayscale: #B1B1B1. Windows color (decimal): -7680376 or 8965770. OLE color: 8965770.

HSL color Cylindrical-coordinate representation of color #8ACE88: hue angle of 118.29º 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 #8ACE88 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 206 136 -
CMYK 0.33 0 0.34 0.19
HSL 118.29º 0.42% 0.67% -
HSV(B) 118.29º 0.34% 0.81% -
XYZ 37 51.32 31.25 -
YUV 177.69 104.47 99.69 -
System Red Green Blue C M Y K H S L
Decimal 138 206 136 0.33 0 0.34 0.19 118.29 0.42 0.67
Hex 8A CE 88 21 0 22 13 76 2A 43
Octal 212 316 210 41 0 42 23 166 52 103
Binary 10001010 11001110 10001000 100001 0 100010 10011 1110110 101010 1000011

Color Harmonies of #8ACE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACE88

Black with #8ACE88

Text Example


Text Example

White with #8ACE88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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