Html Css Color HEX #8ACE9D Chinook

📋 copy color: '#8ACE9D'

red 138 ◦ green 206 ◦ blue 157

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

Shades of Chinook #8ACE9D

Tints of Chinook #8ACE9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.34%

R = 27.54%
G = 41.12%
B = 31.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#8ACE9D (or 0x8ACE9D) is known color: Chinook. HEX triplet: 8A, CE and 9D. RGB value is (138,206,157). Sum of RGB (Red+Green+Blue) = 138+206+157=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACE9D is #753162. Grayscale: #B4B4B4. Windows color (decimal): -7680355 or 10342026. OLE color: 10342026.

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

Color convert

RGB 138 206 157 -
CMYK 0.33 0 0.24 0.19
HSL 136.76º 0.41% 0.67% -
HSV(B) 136.76º 0.33% 0.81% -
XYZ 38.64 51.98 39.9 -
YUV 180.08 114.97 97.98 -
System Red Green Blue C M Y K H S L
Decimal 138 206 157 0.33 0 0.24 0.19 136.76 0.41 0.67
Hex 8A CE 9D 21 0 18 13 89 29 43
Octal 212 316 235 41 0 30 23 211 51 103
Binary 10001010 11001110 10011101 100001 0 11000 10011 10001001 101001 1000011

Color Harmonies of #8ACE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACE9D

Black with #8ACE9D

Text Example


Text Example

White with #8ACE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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