Html Css Color HEX #9AC5A5 Chinook

📋 copy color: '#9AC5A5'

red 154 ◦ green 197 ◦ blue 165

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

Shades of Chinook #9AC5A5

Tints of Chinook #9AC5A5

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.18%

 BLUE value IS 165 (64.84% from 255) = 31.98%

R = 29.84%
G = 38.18%
B = 31.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#9AC5A5 (or 0x9AC5A5) is known color: Chinook. HEX triplet: 9A, C5 and A5. RGB value is (154,197,165). Sum of RGB (Red+Green+Blue) = 154+197+165=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #9AC5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC5A5 is #653A5A. Grayscale: #B4B4B4. Windows color (decimal): -6634075 or 10864026. OLE color: 10864026.

HSL color Cylindrical-coordinate representation of color #9AC5A5: hue angle of 135.35º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AC5A5 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 154 197 165 -
CMYK 0.22 0 0.16 0.23
HSL 135.35º 0.27% 0.69% -
HSV(B) 135.35º 0.22% 0.77% -
XYZ 40.08 49.52 43.04 -
YUV 180.5 119.25 109.1 -
System Red Green Blue C M Y K H S L
Decimal 154 197 165 0.22 0 0.16 0.23 135.35 0.27 0.69
Hex 9A C5 A5 16 0 10 17 87 1B 45
Octal 232 305 245 26 0 20 27 207 33 105
Binary 10011010 11000101 10100101 10110 0 10000 10111 10000111 11011 1000101

Color Harmonies of #9AC5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC5A5

Black with #9AC5A5

Text Example


Text Example

White with #9AC5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,197,165); }

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

background-color css

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

 a { background-color: rgb(154,197,165); }

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

border-color css

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

 span { border-color: rgb(154,197,165); }

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