Html Css Color HEX #8ACE9C Chinook

📋 copy color: '#8ACE9C'

red 138 ◦ green 206 ◦ blue 156

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

Shades of Chinook #8ACE9C

Tints of Chinook #8ACE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.2%

R = 27.6%
G = 41.2%
B = 31.2%

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

#8ACE9C (or 0x8ACE9C) is known color: Chinook. HEX triplet: 8A, CE and 9C. RGB value is (138,206,156). Sum of RGB (Red+Green+Blue) = 138+206+156=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACE9C is #753163. Grayscale: #B4B4B4. Windows color (decimal): -7680356 or 10276490. OLE color: 10276490.

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

Color convert

RGB 138 206 156 -
CMYK 0.33 0 0.24 0.19
HSL 135.88º 0.41% 0.67% -
HSV(B) 135.88º 0.33% 0.81% -
XYZ 38.55 51.95 39.45 -
YUV 179.97 114.47 98.07 -
System Red Green Blue C M Y K H S L
Decimal 138 206 156 0.33 0 0.24 0.19 135.88 0.41 0.67
Hex 8A CE 9C 21 0 18 13 88 29 43
Octal 212 316 234 41 0 30 23 210 51 103
Binary 10001010 11001110 10011100 100001 0 11000 10011 10001000 101001 1000011

Color Harmonies of #8ACE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACE9C

Black with #8ACE9C

Text Example


Text Example

White with #8ACE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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