Html Css Color HEX #A0CD9F Chinook

📋 copy color: '#A0CD9F'

red 160 ◦ green 205 ◦ blue 159

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

Shades of Chinook #A0CD9F

Tints of Chinook #A0CD9F

RGB

 RED value IS 160 (62.89% from 255) = 30.53%

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

 BLUE value IS 159 (62.5% from 255) = 30.34%

R = 30.53%
G = 39.12%
B = 30.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#A0CD9F (or 0xA0CD9F) is known color: Chinook. HEX triplet: A0, CD and 9F. RGB value is (160,205,159). Sum of RGB (Red+Green+Blue) = 160+205+159=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CD9F is #5F3260. Grayscale: #BABABA. Windows color (decimal): -6238817 or 10472864. OLE color: 10472864.

HSL color Cylindrical-coordinate representation of color #A0CD9F: hue angle of 118.7º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CD9F is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 205 159 -
CMYK 0.22 0 0.22 0.20
HSL 118.7º 0.32% 0.71% -
HSV(B) 118.7º 0.22% 0.8% -
XYZ 42.59 53.64 40.91 -
YUV 186.3 112.59 109.24 -
System Red Green Blue C M Y K H S L
Decimal 160 205 159 0.22 0 0.22 0.20 118.7 0.32 0.71
Hex A0 CD 9F 16 0 16 14 77 20 47
Octal 240 315 237 26 0 26 24 167 40 107
Binary 10100000 11001101 10011111 10110 0 10110 10100 1110111 100000 1000111

Color Harmonies of #A0CD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CD9F

Black with #A0CD9F

Text Example


Text Example

White with #A0CD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CD9F; }

 p { color: rgb(160,205,159); }

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

background-color css

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

 a { background-color: rgb(160,205,159); }

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

border-color css

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

 span { border-color: rgb(160,205,159); }

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