Html Css Color HEX #9ACEA0 Chinook

📋 copy color: '#9ACEA0'

red 154 ◦ green 206 ◦ blue 160

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

Shades of Chinook #9ACEA0

Tints of Chinook #9ACEA0

RGB

 RED value IS 154 (60.55% from 255) = 29.62%

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

 BLUE value IS 160 (62.89% from 255) = 30.77%

R = 29.62%
G = 39.62%
B = 30.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#9ACEA0 (or 0x9ACEA0) is known color: Chinook. HEX triplet: 9A, CE and A0. RGB value is (154,206,160). Sum of RGB (Red+Green+Blue) = 154+206+160=520 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.62% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACEA0 is #65315F. Grayscale: #B9B9B9. Windows color (decimal): -6631776 or 10538650. OLE color: 10538650.

HSL color Cylindrical-coordinate representation of color #9ACEA0: hue angle of 126.92º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACEA0 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 206 160 -
CMYK 0.25 0 0.22 0.19
HSL 126.92º 0.35% 0.71% -
HSV(B) 126.92º 0.25% 0.81% -
XYZ 41.74 53.55 41.39 -
YUV 185.21 113.77 105.74 -
System Red Green Blue C M Y K H S L
Decimal 154 206 160 0.25 0 0.22 0.19 126.92 0.35 0.71
Hex 9A CE A0 19 0 16 13 7F 23 47
Octal 232 316 240 31 0 26 23 177 43 107
Binary 10011010 11001110 10100000 11001 0 10110 10011 1111111 100011 1000111

Color Harmonies of #9ACEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACEA0

Black with #9ACEA0

Text Example


Text Example

White with #9ACEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ACEA0; }

 p { color: rgb(154,206,160); }

 H1.HeaderClassName
 {
   color: #9ACEA0;
 }
 .AnyTagClassName
 {
   color: #9ACEA0;
 }
</style>

background-color css

<style>
 a { background-color: #9ACEA0; }

 a { background-color: rgb(154,206,160); }

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

border-color css

<style>
 span { border-color: #9ACEA0; }

 span { border-color: rgb(154,206,160); }

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