Html Css Color HEX #9ACDA6 Chinook

📋 copy color: '#9ACDA6'

red 154 ◦ green 205 ◦ blue 166

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

Shades of Chinook #9ACDA6

Tints of Chinook #9ACDA6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.05%

 BLUE value IS 166 (65.23% from 255) = 31.62%

R = 29.33%
G = 39.05%
B = 31.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#9ACDA6 (or 0x9ACDA6) is known color: Chinook. HEX triplet: 9A, CD and A6. RGB value is (154,205,166). Sum of RGB (Red+Green+Blue) = 154+205+166=525 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.33% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACDA6 is #653259. Grayscale: #B9B9B9. Windows color (decimal): -6632026 or 10931610. OLE color: 10931610.

HSL color Cylindrical-coordinate representation of color #9ACDA6: hue angle of 134.12º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACDA6 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 205 166 -
CMYK 0.25 0 0.19 0.20
HSL 134.12º 0.34% 0.7% -
HSV(B) 134.12º 0.25% 0.8% -
XYZ 42.04 53.29 44.15 -
YUV 185.31 117.1 105.67 -
System Red Green Blue C M Y K H S L
Decimal 154 205 166 0.25 0 0.19 0.20 134.12 0.34 0.7
Hex 9A CD A6 19 0 13 14 86 22 46
Octal 232 315 246 31 0 23 24 206 42 106
Binary 10011010 11001101 10100110 11001 0 10011 10100 10000110 100010 1000110

Color Harmonies of #9ACDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACDA6

Black with #9ACDA6

Text Example


Text Example

White with #9ACDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,205,166); }

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

background-color css

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

 a { background-color: rgb(154,205,166); }

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

border-color css

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

 span { border-color: rgb(154,205,166); }

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