Html Css Color HEX #9ACDA5 Chinook

📋 copy color: '#9ACDA5'

red 154 ◦ green 205 ◦ blue 165

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

Shades of Chinook #9ACDA5

Tints of Chinook #9ACDA5

RGB

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

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

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

R = 29.39%
G = 39.12%
B = 31.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#9ACDA5 (or 0x9ACDA5) is known color: Chinook. HEX triplet: 9A, CD and A5. RGB value is (154,205,165). Sum of RGB (Red+Green+Blue) = 154+205+165=524 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.39% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACDA5 is #65325A. Grayscale: #B9B9B9. Windows color (decimal): -6632027 or 10866074. OLE color: 10866074.

HSL color Cylindrical-coordinate representation of color #9ACDA5: hue angle of 132.94º 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 #9ACDA5 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 205 165 -
CMYK 0.25 0 0.20 0.20
HSL 132.94º 0.34% 0.7% -
HSV(B) 132.94º 0.25% 0.8% -
XYZ 41.95 53.25 43.66 -
YUV 185.19 116.6 105.75 -
System Red Green Blue C M Y K H S L
Decimal 154 205 165 0.25 0 0.20 0.20 132.94 0.34 0.7
Hex 9A CD A5 19 0 14 14 85 22 46
Octal 232 315 245 31 0 24 24 205 42 106
Binary 10011010 11001101 10100101 11001 0 10100 10100 10000101 100010 1000110

Color Harmonies of #9ACDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACDA5

Black with #9ACDA5

Text Example


Text Example

White with #9ACDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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